netDXF 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package netDXF --version 2.0.2
NuGet\Install-Package netDXF -Version 2.0.2
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="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netDXF --version 2.0.2
#r "nuget: netDXF, 2.0.2"
#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=2.0.2

// Install netDXF as a Cake Tool
#tool nuget:?package=netDXF&version=2.0.2

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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 66,140 12/21/2022
2.2.0.1 140,765 8/7/2018
2.2.0 4,739 8/3/2018
2.1.0 7,234 6/4/2018
2.0.2 49,947 1/9/2017
0.9.3 15,189 1/13/2015
0.6.1 4,562 12/5/2013

[2.0.2 - 2016/12/30]
       + Fix in TextStyle.

       [2.0.2 - 2016/12/29]
       + Added the dimension style property DimLineOff, and its corresponding override, to suppress the drawing of the dimension line.
       + Rename the dimension style properties ExtLine1 and ExtLine2, and their corresponding overrides, to ExtLine1Off and ExtLine2Off, respectively, to better reflect its purpose.
       + The UserText property of a dimension will now also be copied when cloning.
       + Added the property BigFont to the TextStyle class. This is only applicable to Asian SHX fonts.
       + Updated "netDxf Documentation.chm".
       + fixed Workaround for possible incorrect values while reading the spline tolerances.
       + fixed Issue Id #13534 Another font for default text style. The FileFont property of the TextStyle is now writable to be able to change the font used by the default "Standard" style.
       + fixed Issue Id #13532 Ellipse.PolygonalVertexes (360 and less) cause OutOfMemory.
       + fixed Issue Id #13531 Issues with dxf version and. Fix reading the InsBase header variable of an external dxf.
       + fixed Issue Id #13530 open autocad 2000 files (R15). Fix for entities with possible 0 value in code 330.
       + fixed Issue Id #13529 Typing error in struct Matrix3.
       + fixed Issue Id #13526 Exception on 0 degree angular dimension. If while loading a dxf an Angular2LineDimension entity made of two parallel lines is found, it will be skipped.