netDxf icon indicating copy to clipboard operation
netDxf copied to clipboard

.net dxf Reader-Writer

Results 129 netDxf issues
Sort by recently updated
recently updated
newest added

Has the latest netDxf changed the specifications for adding handles for dimensions and annotations? When the data of multiple Dxf files are combined into one Dxf file, the handles of...

question

DXF saved in AutoCAD 2013 format can be loaded with the Load method of the DxfDocument class. However, the latest netDXF throws an exception when trying to load DXF saved...

question

Hello Daniel, I have received two versions of an AcDbCircle Object. When using the Arc.ToPolyline() Function, I get a proper Polyline for the first version. Using the second version, I...

question

[DXFs.zip](https://github.com/haplokuon/netDxf/files/6612262/DXFs.zip) Hello! I use netDxf for a small application which helps translate strings in AutoCad files. Sometimes everything works fine. But some files have troubles after being saved. Bitmaps disappear,...

question
wontfix

Layer rename error: System.ArgumentException:“Reserved table objects cannot be renamed. Arg_ ParamName_ Name”

question

I am working on exporting AUTOCAD dxf file to svg file, and most of function worked perfect, but Arc startAngle or endAngle, I tried to correct it in two ways...

question

Saving DxfDocument including a certain dimension causes error. There is a Dimension that causes an error when adding and saving to DxfDocument.(dimension.dxf) The error reproduction code is as follows. ```...

question

Hi, I want to write a large dxf file, for example larger than 4GB, I want to write data using stream, how to do that? Thanks

question

In one of our programs, I noticed the created dxf seems to be defetive sometimes. AutoCAD (2020, 2021) can't open those dxfs. I've also tried to open the files with...

question