Reading .DXF files

Joel in Gö picture Joel in Gö · Jun 16, 2009 · Viewed 33.1k times · Source

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!

Answer

sBENdk picture sBENdk · Jun 24, 2009

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