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

Thank for your library. I need use Entity ‘rectangle’,how can I find it?

question

soure files 1.dxf ![1](https://user-images.githubusercontent.com/15854449/139515472-0d37f3a7-0e88-421e-ba79-8f5b14c022ac.png) 2.dxf ![2](https://user-images.githubusercontent.com/15854449/139515547-35329f95-bfc6-4ba3-8285-bb9174bc251d.png) See The following codes: DxfDocument dxf = new DxfDocument(); Block block1 = Block.Load("E:\\1.dxf", "1"); Vector2 center1 = new Vector2(0, 0); Insert insert1 = new...

question

Do you support Bezier curve?

question

The coordinate values of the configuration points of the annotation become invalid. It seems that the cause is the netDXF version upgrade, so please confirm it. I send you sample...

duplicate

There is an annotation with a leader which is composed by two points. The leader line of annotation bends in the opposite direction after loading and saving. ![image](https://user-images.githubusercontent.com/84120973/124266284-baff1a00-db71-11eb-851d-216319e1b8ec.png) Sample data:...

duplicate

Annotation leader line overlaps text after the DXF file is loaded, updated and saved. ![image](https://user-images.githubusercontent.com/84120973/124265762-272d4e00-db71-11eb-8684-8ac5e9b3d877.png) ![image](https://user-images.githubusercontent.com/84120973/124265885-49bf6700-db71-11eb-8c7b-907560ad0fd3.png) It seems that the update position of the text attachment point is incorrect. Sample...

duplicate

Hello author,how to read the coordinates of the geometries(circles,…) ? I need output the coordinates in string. Thanks a lot!

question

It seems that the DxfDocument has no longer attribute Entities. Is there really to way to acess all entities? This seems rather odd to me. Especially when it is shown...

question

hi ,thanks for your work that i can use netdxf conveniently.but i what know it is not support the table entity which is not tableobject but like excel table

question

The direction of the annotation leader is unintentionally reversed Load & Save the sample data (SampleX.dxf). [SAMPLE_X.zip](https://github.com/haplokuon/netDxf/files/6693741/SAMPLE_X.zip) In the previous netDxf version, Leader group code '211' becomes '1'. When opened...

question