CAD.NET
16.1.0.65224
dotnet add package CAD.NET --version 16.1.0.65224
NuGet\Install-Package CAD.NET -Version 16.1.0.65224
<PackageReference Include="CAD.NET" Version="16.1.0.65224" />
<PackageVersion Include="CAD.NET" Version="16.1.0.65224" />
<PackageReference Include="CAD.NET" />
paket add CAD.NET --version 16.1.0.65224
#r "nuget: CAD.NET, 16.1.0.65224"
#:package CAD.NET@16.1.0.65224
#addin nuget:?package=CAD.NET&version=16.1.0.65224
#tool nuget:?package=CAD.NET&version=16.1.0.65224
CAD .NET is a library providing the possibility to read, edit, and write CAD files.
• Support of AutoCAD® DWG/ DXF, HPGL, PLT, STL, GDSII, and other formats.
• You can visualize, create, modify, convert, and print CAD drawings as well as get access to the drawing data, the structure of which is presented in accordance with the format specification, and access additional entity data.
• G-code generation from DWG and DXF formats for CNC machines is available too.
• The library assembly is compiled with the ANY_CPU directive which makes it compatible with x86 and x64 platforms.
• CAD .NET does not require AutoCAD or any other third-party applications installation.
This is a trial version. For more info on the library, please visit the CAD .NET web site:
https://cadsofttools.com/products/cad-net/
Helpful resources
CAD .NET web help: https://cadsofttools.com/help/cadnet/
CAD .NET FAQ: https://cadsofttools.com/help/cad-net-faq/index.html
For any questions on the library, feel free to contact us at info@cadsofttools.com
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
net8.0-windows
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 16.1.0.65224 | 78 | 3/2/2026 |
| 16.0.0.63934 | 352 | 10/13/2025 |
| 15.2.0.62792 | 466 | 6/27/2025 |
| 15.2.0.62065 | 636 | 4/15/2025 |
| 15.0.0.61822 | 712 | 3/26/2025 |
| 15.0.0.58788 | 942 | 4/18/2024 |
| 15.0.0.57290 | 679 | 10/26/2023 |
| 15.0.0.56560 | 539 | 7/14/2023 |
| 14.1.0.53990 | 1,562 | 11/14/2022 |
| 14.1.0.52972 | 780 | 7/26/2022 |
| 14.1.0.51184 | 832 | 3/30/2022 |
| 14.1.0.48993-beta | 516 | 7/8/2021 |
| 14.1.0.48119 | 4,913 | 4/16/2021 |
Version 16.1.0.65224:
• Added a class to manage CADLayout plot settings: CADImport.sgPlotSettingsData.
• Added new tools: block insertion and block creation (PasteBlockTool and CreateBlockTool classes).
• Updated all APIs for saving to bitmaps via a matrix.
• Updated viewer and editor demos, AddEntities demo, AspNetBlazorDemo.
• Added explosion support for CADASIC to explodetool.
• Improved Undo-Redo operations:
- added undo/redo support for the object inspector (CADPropertyGrid class);
- upgraded EditorControl and ViewerControl functions. Now the controls include the measuring tools;
- added a delegate description in undo/redo operations. You can now add a description using the OnAddUndoObjOperation/OnAddRedoObjOperation delegates in a CADImage instance.
• Resolved some CADMText display issues.
• Corrected the alignment point for CADText.
• Added alignment and scaling support for cadtext in the object inspector.
• Fixed recalculation of CADInsert box after moving an attribute.
• Bug fixes