Search found 5 matches
- 22 Oct 2009, 13:46
- Forum: CAD .NET
- Topic: Failed to load DWG file
- Replies: 1
- Views: 10198
Failed to load DWG file
Hi, I'm having trouble to load some of my DWG files. When the application is trying to loadfile it's like the cadimporter7 dll says there is nothing to load from the file and its the drawing is not empty. Allot of DWG do work but here is my code how i load the file's in the memory. Friend Property c...
- 01 Sep 2009, 14:14
- Forum: CAD .NET
- Topic: Mtext rotation
- Replies: 1
- Views: 9401
Mtext rotation
Hello,
I gave a question about the Mtext angle it always gives back 0 why? I tried some other properties asswell but can't find it.
thanks in advance,
Raoul
I gave a question about the Mtext angle it always gives back 0 why? I tried some other properties asswell but can't find it.
thanks in advance,
Raoul
- 24 Jun 2009, 13:22
- Forum: CAD .NET
- Topic: Always White color
- Replies: 5
- Views: 20568
Re: Always White color
Thank you for your help and fast replies.
I solved the problem to add the following code in my cadentity I saw it in one of the demo project.
I solved the problem to add the following code in my cadentity I saw it in one of the demo project.
Code: Select all
Dim cl As Color = CADConst.EntColor(ent, cadParams.insert)
- 23 Jun 2009, 16:39
- Forum: CAD .NET
- Topic: Always White color
- Replies: 5
- Views: 20568
Re: Always White color
Hello, Sorry for the misunderstanding. I made my own demo application to look if everything that i want can be done with this Cadimporter.NET. I have some Autocad Drawings that i want to convert to mapinfo MIF files and I want to use the normal colors that are in the autocad DWG file. The problem is...
- 22 Jun 2009, 17:39
- Forum: CAD .NET
- Topic: Always White color
- Replies: 5
- Views: 20568
Always White color
Hello.
Everything seems to be working fine, except I always get the color white it doesn't matter what kind of object i use.
I used all of the color option from the cadobjects and tried it in cadimporter.net 6.3 and 7.0 beta.
Can you help me?
Everything seems to be working fine, except I always get the color white it doesn't matter what kind of object i use.
I used all of the color option from the cadobjects and tried it in cadimporter.net 6.3 and 7.0 beta.
Can you help me?