CAD .NET is a flexible .NET environment library that allows software developers to import, create, edit, visualize, export, and print drawings. It can support various file formats, such as AutoCAD DWG (up to 2018), CGM, DXF, PLT, PDF, and many more.

One of the essential features of CAD .NET is that a developer can obtain access to drawing data and an entity's structure in accordance with the specification. For instance, one can receive the points that create curves for splines and polylines. Moreover, G-code generation from DWG and DXF formats for CNC machines is also available.
This library can be utilized for diverse purposes, such as industrial drawings, databases, document management systems, CNC machining, monitoring, and remote control programs. In addition, it can be used in server applications on the basis of the ASP .NET technology.
CAD .NET offers control elements to display CAD drawings that ensure ease of use when working with drawing visualization. An important feature is that it doesn't require third-party applications installation, including AutoCAD. The library assembly is compiled with the ANY_CPU directive, making it compatible with both x86 and x64 platforms.
The library version is delivered with illustrative demo projects and detailed documentation, and our website offers brief descriptions of the most crucial classes that will be useful in the beginning of working with CAD.NET.
In conclusion, CAD .NET is an excellent software that ensures high quality, prompt free support, and royalty-free licenses, making it an excellent choice for implementation. With the help of CAD .NET, working with CAD files will become much easier and efficient.
Version 12:
- GDI+ visualization speed greatly enhanced
- Import of AutoCAD® DWG 2018
- Non-unicode SHX texts/shapes support improved
- Bug fixes