vote up 0 vote down star

Does anyone know of source code, ideally in C# or similar, for reading .DXF files (as used by AutoCAD etc)? If not code, then tables showing the various codes (elements / blocks / etc) and their meanings?

I am writing a reader myself, and have dead tree documentation detailing the format, but am trying to avoid writing e.g. a converter from each of the 255 ACI colours to RGB... Thanks!

flag

71% accept rate

5 Answers

vote up 1 vote down

Fortunately AutoCAD publish the DXF format information here: DXF Formats

link|flag
vote up 1 vote down

You may want to try the Open Design Alliance. It's a while since I looked at it myself, but they had a load of C libraries for dealing with various AutoCAD files.

link|flag
vote up 0 vote down

Here is a link to a CodeProject dxf reader; it seems very limited (and not particularly well done) though.

link|flag
vote up 0 vote down

Here is another open source dxf reader, in Java. Buggy however!

link|flag
vote up 0 vote down

Cadlib2.0 from WoutWare have I been using for a couple of projects with good results.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.