netDXF 0.9.3
See the version list below for details.
dotnet add package netDXF --version 0.9.3
NuGet\Install-Package netDXF -Version 0.9.3
<PackageReference Include="netDXF" Version="0.9.3" />
paket add netDXF --version 0.9.3
#r "nuget: netDXF, 0.9.3"
// Install netDXF as a Cake Addin #addin nuget:?package=netDXF&version=0.9.3 // Install netDXF as a Cake Tool #tool nuget:?package=netDXF&version=0.9.3
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.9.3 - 2014/12/23]
Revised all dimension entities, they should be more reliable. Now, there should be no problems in the way reference points and offsets are supplied.
Added the DimensionStyles variable DIMCLRD, DIMLTYPE, and DIMLWD that control the dimension line drawing.
Added the DimensionStyles variable DIMCLRE, DIMLTEX1, DIMLTEX2, DIMLWE, DIMSE1, and DIMSE2 that control the extension line drawing.
Added the DimensionStyle variables DIMSAH, DIMBLK, DIMBLK1, and DIMBLK2 that control the dimension arrowheads.
Added the DimensionStyle variable DIMSCALE that controls the overall scale of the dimension.
Added the DimensionStyle variable DIMCLRT that controls the color of the dimension text.
Rename DimensionStyle.TextStyle to DimensionStyle.DIMTXSTY.
Updated solution to Visual Studio 2013. The old 2010 solution is saved as netDxf2010.sln.
(fixed) Issue Id #13306 netDxf fails to read dxf file with xData.
(fixed) Issue Id #13325 Vector3.AngleBetween() may return a value of "NaN" (Not a Number)
(fixed) Bug when trying to remove a block definition from a dxf document.