netDXF 2.0.2
See the version list below for details.
dotnet add package netDXF --version 2.0.2
NuGet\Install-Package netDXF -Version 2.0.2
<PackageReference Include="netDXF" Version="2.0.2" />
paket add netDXF --version 2.0.2
#r "nuget: netDXF, 2.0.2"
// 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 | Versions 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. |
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.
|
[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.