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

i'm opening a dxf file in "abviewer" and see some entities, but in the files scheme I see a few more but they are not presented in the screen. then,...

question

Hello, I am having issues with a DXF file, the issue lines are being read as 'PolyLine2D' but they are missing their elevation or they are being read in as...

enhancement
question

Attached there is a DXF file that is not loaded properly. `DxfDocument dxfLoad = DxfDocument.Load("BICYCLE.dxf");` That line does not throw any exception but dxfLoad is null. [BICYCLE.zip](https://github.com/haplokuon/netDxf/files/1936280/BICYCLE.zip)

question

how to erase the block in the rectangle part ![1](https://user-images.githubusercontent.com/15854449/146553423-4b1fba86-d9ce-4759-a900-6837a456a684.png) expect: ![2](https://user-images.githubusercontent.com/15854449/146556313-e7da9c22-cce7-4ab3-8dd3-0aeb1852d402.png)

question

希望块或者实体可以镜像变换,不知道现在有没有这个方法,如果有,怎么使用?

question

After saving DXF, some objects' images are dostorted. **OS**: Windows 10 x64 **Net DXF version**: 3.0.0.0 Code: ``` using netDxf.Entities; using netDxf.Header; using netDxf.Objects; using netDxf.Tables; using netDxf.Units; using Attribute...

question

Hi. How can i get "**description**" property for a layer?! netDxf.Tables.Layer class doesn't contain the "Description".. ![layer desc](https://user-images.githubusercontent.com/46372857/141259914-986b058d-6808-4a8d-9410-ea09c99d02c0.png) The "Description" field is very useful because special characters ( \/?":;*|,=` )...

question
feature request

I have a dxf file that WCS and UCS* are not in the same position/direction. So, how can in get vertices coordinates of entity in UCS (user coordinate system) of...

question
feature request

Is there a was with netDxf to find the extents of the model? The min and max points for everything drawing in the model.

question