|
DXF 3D .NET library with following features:
- Reading ascii and binary DXF files (DXF versions 12, 13 and 14).
- Creating and writing ascii and binary DXF files (DXF versions 12, 13 and 14) from code.
- Viewing ascii and binary DXF files (3d wire frames drawn with GDI+).
- Utility class for export to .bmp/.jpeg/.png/.tiff/.gif.
- Both 2D and 3D are supported.
- Export to PDF.
- Read compressed DXF files (zip, tar, bz2, gz).
- 100% .NET code. All DXF objects exposed as .NET classes and typesafe collections. Convenient enums are provided for all flags in DXF.
With this library you can create AutoCad files from your own .NET application. The library also enables your application to read, view and print AutoCad files.
|