netDXF 0.9.3

dotnet add package netDXF --version 0.9.3
NuGet\Install-Package netDXF -Version 0.9.3
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.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netDXF --version 0.9.3
#r "nuget: netDXF, 0.9.3"
#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.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 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.

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
0.9.3 731 1/13/2015
0.6.1 264 12/5/2013

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