CAD.NET 14.1.0.51184

There is a newer version of this package available.
See the version list below for details.
dotnet add package CAD.NET --version 14.1.0.51184
                    
NuGet\Install-Package CAD.NET -Version 14.1.0.51184
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CAD.NET" Version="14.1.0.51184" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CAD.NET" Version="14.1.0.51184" />
                    
Directory.Packages.props
<PackageReference Include="CAD.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CAD.NET --version 14.1.0.51184
                    
#r "nuget: CAD.NET, 14.1.0.51184"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CAD.NET@14.1.0.51184
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CAD.NET&version=14.1.0.51184
                    
Install as a Cake Addin
#tool nuget:?package=CAD.NET&version=14.1.0.51184
                    
Install as a Cake Tool

CAD .NET is a library providing the possibility to read, edit and write CAD
files. It supports AutoCAD® DWG/ DXF, HPGL, PLT, STL, GDSII and other formats.
You can visualize, create, modify, convert, print CAD drawings as well as get
access to 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 also available. 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 other third-party
applications installation.

This is a trial version. For more info on the library, please visit
https://cadsofttools.com/products/cad-net/.
You will find documentsion on CAD .NET here.
https://cadsofttools.com/help/cadnet/
For any questions on the library, feel free to contact us at
info@cadsofttools.com

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • 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.0.0.63934 279 10/13/2025
15.2.0.62792 441 6/27/2025
15.2.0.62065 601 4/15/2025
15.0.0.61822 694 3/26/2025
15.0.0.58788 925 4/18/2024
15.0.0.57290 672 10/26/2023
15.0.0.56560 532 7/14/2023
14.1.0.53990 1,544 11/14/2022
14.1.0.52972 770 7/26/2022
14.1.0.51184 817 3/30/2022
14.1.0.48993-beta 507 7/8/2021
14.1.0.48119 4,865 4/16/2021

Version 14.1.0.51184:
- Support of CGM format improved
- Extended Big font SHX files support improved
- Export to SVG added
bugs fixed for:
-   import of DWG and HPGL/2 files    
-   export of DXF and PDF files    
-   visualization   
-   SHX parsing