CAD.NET
15.2.0.62065
dotnet add package CAD.NET --version 15.2.0.62065
NuGet\Install-Package CAD.NET -Version 15.2.0.62065
<PackageReference Include="CAD.NET" Version="15.2.0.62065" />
<PackageVersion Include="CAD.NET" Version="15.2.0.62065" />
<PackageReference Include="CAD.NET" />
paket add CAD.NET --version 15.2.0.62065
#r "nuget: CAD.NET, 15.2.0.62065"
#addin nuget:?package=CAD.NET&version=15.2.0.62065
#tool nuget:?package=CAD.NET&version=15.2.0.62065
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 | net6.0-windows is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.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.
-
net6.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 |
---|---|---|
15.2.0.62065 | 175 | 4/15/2025 |
15.0.0.61822 | 535 | 3/26/2025 |
15.0.0.58788 | 782 | 4/18/2024 |
15.0.0.57290 | 561 | 10/26/2023 |
15.0.0.56560 | 432 | 7/14/2023 |
14.1.0.53990 | 1,167 | 11/14/2022 |
14.1.0.52972 | 642 | 7/26/2022 |
14.1.0.51184 | 684 | 3/30/2022 |
14.1.0.48993-beta | 360 | 7/8/2021 |
14.1.0.48119 | 4,367 | 4/16/2021 |
Version 15.2.0.62065:
• Improved export of PDF:
- added export modes for choosing a required page
- improved saving of hatches
• Updated demo examples:
- a new example – CopyEntitiesDemo which illustrates how to copy entities between different CADImages
- a new demo example for AspNet Blazor
- upgraded EditorControl and ViewerControl functions
• Improved print
• Improved saving of a cadImage part to bitmap and clipboard via ClipRect class