netDXF 0.6.1
See the version list below for details.
dotnet add package netDXF --version 0.6.1
NuGet\Install-Package netDXF -Version 0.6.1
<PackageReference Include="netDXF" Version="0.6.1" />
paket add netDXF --version 0.6.1
#r "nuget: netDXF, 0.6.1"
// Install netDXF as a Cake Addin #addin nuget:?package=netDXF&version=0.6.1 // Install netDXF as a Cake Tool #tool nuget:?package=netDXF&version=0.6.1
netDxf is a .net library programmed in C# to read and write AutoCAD dxf files. It supports AutoCad2000, AutoCad2004, AutoCad2007, AutoCad2010 and AutoCad2013 dxf database versions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on netDXF:
Repository | Stars |
---|---|
ThisIsNotRocketScience/GerberTools
Tools to load/edit/create/panelizer sets of gerber files
|
|
dsuarezv/GearSolver
A cycloid gear graphical calculator to design cycloidal drives.
|
[0.6.1 - 2013/09/06]
+ Rename Attribute definition and Attribute Id to Tag as it is the name given by the dxf documentation.
+ (fixed) Duplicate attribute definition tags. Although AutoCad allows this behaviour this library does not. Having duplicate tags is not recommended in any way, since there will be now way to know which is the definition associated to the insert attribute.
+ (fixed) Load dxf files containing a ThumbnailImage section.
+ (fixed) Load dxf file encoding.
+ (fixed) Big HandleSeed hex numbers. The NumHandles has been changed to long, hopefully this will solve the problem, but I don't know which is the largest handle hex number AutoCad can generate. The BigInteger class of the Net Framework 4.0 will solve this problem but at the moment this library maintains its compatibility with Net 2.0