Developer library for creating proper AutoCAD DXF files easily.
Supported elements:
Arc;
Bezier;
Circle;
Ellipse;
Hatch;
Line;
MText;
Point;
Polyline;
Rectangle;
Text;
DXF Export.NET supports layers, colors, linestyles and other important properties. DXF Export.NET allows programmers to create DXF files as easy as possible.
There are two ways of creating DXF files:
Direct DXF export when all the elements created step-by-step by functions like AddLine/AddArc and so on;
AutoDXF export using GDI+ Metafile. All you need here is to draw image using Windows GDI+ functions onto DXF Exporter's DC or by creating a metafile and pass it to the Exporter. DXF Exporter reads the GDI+ Metafile structure and makes a DXF file automatically.