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 (1)

Showing the top 1 NuGet packages that depend on netDXF:

Package Downloads
E3.Dxf

DXF 文件解析

GitHub repositories (3)

Showing the top 3 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.
Version Downloads Last updated
2023.11.10 618 1/2/2025
2022.11.2 138,247 12/21/2022
3.0.1 579 1/1/2025
2.2.0.1 156,955 8/7/2018
2.2.0 6,091 8/3/2018
2.1.0 7,445 6/4/2018
2.0.2 51,954 1/9/2017
0.9.3 16,172 1/13/2015
0.6.1 4,787 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