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

Hello Affected code is ```csharp using netDxf; using netDxf.Entities; var invalid = new DxfDocument(); var text = new Text("Multiply\nrows\ntext"); invalid.Entities.Add(text); invalid.Save("invalid.dxf"); var valid = new DxfDocument(); text = new Text("One...

question

Spline.ControlPoints is a Array, and only Support getter no setter. How can I add new point to Spline.ControlPoints? Can only re-instantiate an object? If you re-instantiate an object, what parameters...

question

I want to implement autolayout of multiple elements in dxf, does anyone know how to implement this algorithm? ?

question

dxf file opening error Screenshot of error displayed when the dxf file is opened ![image](https://github.com/haplokuon/netDxf/assets/53146195/a2c6acc9-2532-406a-ae71-a08b4cd48f8d) test dxf file [test.zip](https://github.com/haplokuon/netDxf/files/11644610/test.zip) Open the screenshot using CAD software ![image](https://github.com/haplokuon/netDxf/assets/53146195/e56972f1-f422-4f9f-a1f5-8d41c236b516)

question
bad DXF

Hi! How can I show dxf file in picturebox? How can I save jpg or png or pdf?

question

Can netdxf read and write files in dwf format。

question

Hello Team, I have one question. Is there any way I can get directly bounding box of the BLOCKS, Dimensions or Its respective blocks. Or do I have to calculate?...

question

How to set the view properties so that dxf graphics are centered when opened

question

Is there a way to recalculate the extents of a Layout for getting the new boundaries of a modified document? For example here's the original, where the red square represents...

question

**Issue 1:** I had a version of NetDXF that was a few months old. I was able to read exports from LibreCAD just fine. Today I upgraded to the latest....

question
bad DXF