netDXF 0.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package netDXF --version 0.6.1
NuGet\Install-Package netDXF -Version 0.6.1
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="netDXF" Version="0.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netDXF --version 0.6.1
#r "nuget: netDXF, 0.6.1"
#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.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on netDXF:

Repository Stars
ThisIsNotRocketScience/GerberTools
Tools to load/edit/create/panelizer sets of gerber files
Version Downloads Last updated
2022.11.2 65,873 12/21/2022
2.2.0.1 140,679 8/7/2018
2.2.0 4,733 8/3/2018
2.1.0 7,234 6/4/2018
2.0.2 49,932 1/9/2017
0.9.3 15,187 1/13/2015
0.6.1 4,562 12/5/2013

[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