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 (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.
|
[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