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" />
<PackageVersion Include="netDXF" Version="0.6.1" />
<PackageReference Include="netDXF" />
paket add netDXF --version 0.6.1
#r "nuget: netDXF, 0.6.1"
#:package netDXF@0.6.1
#addin nuget:?package=netDXF&version=0.6.1
#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.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on netDXF:
| Repository | Stars | 
|---|---|
| ThisIsNotRocketScience/GerberTools 
                                                            Tools to load/edit/create/panelizer sets of gerber files
                                                         | |
| FriendsOfCADability/CADability 
                                                            CADability is a pure .net class library for modeling and analyzing 3d data, both with your code and interactively. It comes with an optional Windows.Forms user interface, which can be adopted to other environments. It does not refer to other 3d modeling libraries. For data exchange you can use STEP, STL or DXF files.
                                                         | |
| dsuarezv/GearSolver 
                                                            A cycloid gear graphical calculator to design cycloidal drives. 
                                                         | |
| fel88/DeepNestPort 
                                                            DeepNest C# Port
                                                         | 
[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