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

A few of the spec texts are missing in my dxf. After debugging I found that there is no attribute in dxf.Entities.AttributeDefinitions which has the handle value as same as...

question

Hi: I have a question... I have a Dxf file, I use netDxf to read it, the data in debugging is not consistent with the display in AutoCad, I don't...

question

Hello please can you help me. i got this exception System.Exception : 'The block record UNFOLD is not defined.' [W-07-027 S.3 POS 40.dxf.zip](https://github.com/haplokuon/netDxf/files/8974441/W-07-027.S.3.POS.40.dxf.zip) just remove the .zip extension .dxf upload...

bad DXF

How do I get the shape or size of hatching?

question

[Hebel.zip](https://github.com/haplokuon/netDxf/files/7869599/Hebel.zip) Hi. The attached DXF file will throw an error when loading. I guess this is because the referenced JPG is missing. Is there a way to ignore this error...

question
bad DXF

I have a dxf file that only contains one 3D FACE but I can not load it with: "_DxfDocument.Load(path)_" Note-1: The problem is not 3D FACE. I deleted that (and...

question
bad DXF

DxfDocument.Load(@"D:\1.dxf") throw exception Unhandled exception. System.ArgumentException: An item with the same key has already been added. Key: 0 at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)...

bad DXF

Hello, I was working with netDxf library, particularly with the Ellipse class. And I have noticed that the method which converts ellipse to polygonal vertices is working a little bit...

question

Hi There, I am trying to change the thickness of the line but it seems it's not working. I have tried Thickness property of Line class also tried for LwPolyline...

question