Search found 6 matches

by dland4000
27 Apr 2009, 18:26
Forum: CAD .NET
Topic: Attribute Special Codes
Replies: 2
Views: 12615

Re: Attribute Special Codes

Sergey,

Thank you very much. That was extremely helpful because I didn't notice the difference between the odd and even underlines and I didn't even know about the %%o special character for overlines. Very helpful.

Dave
by dland4000
25 Apr 2009, 00:27
Forum: CAD .NET
Topic: Attribute Special Codes
Replies: 2
Views: 12615

Attribute Special Codes

Hi, I'm using CAD Import.NET to read in blocks and attributes from DWG files. Some of the attribute values contain special characters for underlining the text (e.g. %%uSomeValue which appears in AutoCAD as the string "SomeValue" underlined). The problem is that CADImport.NET is placing a non-human r...
by dland4000
17 Apr 2009, 18:16
Forum: CAD .NET
Topic: Saving to DWG format
Replies: 3
Views: 15190

Re: Saving to DWG format

Thanks Sergey. Does tool have any support for converting DXF to DWG? I have found some GUI based tools that do that.
by dland4000
17 Apr 2009, 08:56
Forum: CAD .NET
Topic: Saving to DWG format
Replies: 3
Views: 15190

Saving to DWG format

Does CAD Import .NET support modifying the block attributes in a dwg file and then saving the changes into a new dwg file? I see that there is a SaveToFile method in the DWGImage class but it appears to only save formats like JPEG and BMP. Can you save the DWGImage to dwg format?

Thanks,
Dave
by dland4000
10 Apr 2009, 20:15
Forum: CAD .NET
Topic: Reading Blocks and Attributes
Replies: 2
Views: 12338

Re: Reading Blocks and Attributes

Thanks Sergey, I'll shoot them an email.
by dland4000
10 Apr 2009, 08:04
Forum: CAD .NET
Topic: Reading Blocks and Attributes
Replies: 2
Views: 12338

Reading Blocks and Attributes

I need a .NET API that will allow me to read dwg files an extract the block references and attributes attached to them. It has to work with AutoCAD 2007 files (other versions would be good too) and it cannot require AutoCAD to be installed on the machine while it runs. Will CADImport.NET do this? I'...