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

when I read below DXF files which includ about 1800+ entities, the netDXT always return null, coubld you please help with this? Thanks. [Uploading 塑模加工图样例1800.ZIP…]()

question

Could you please help with te null result for attached dxf(CAD2013) file Cause i cant find the reason for why return null, thanks a lot.

question

If netDxf does not have this feature, can you recommend another package?

question

I am trying to add an image with relative path with netDxf. However it seems impossible to create an ImageDefinition in this way, since in the ctor it says "Image...

question

I notice that LwPolylines (now Polyline2d) does not have Area attribute. I know that dxf do not contains that information but it can be calculated. I see that [dxflibrary](https://github.com/rena0157/dxflibrary) contains...

I am using netDxf through Nuget and I see that it is falling behind quite a bit. I have an issue where I do arcs/splines/... ToPolyline() but it returns a...

question

Hello i try to open one dxf file but in this i facing some issue like version is unknown in exception so i want to open this as default version...

question

I see where the code was planned on being included but when uncommented and used, the results are incorrect. Is there any method implemented that will allow for the exploding...

question

Hello! We're trying to have a circle with a thick line like this. ![image](https://user-images.githubusercontent.com/16026608/155269732-7383c65a-e3ae-4b20-9940-59461d2c63d7.png) But all we get looks like this ![image](https://user-images.githubusercontent.com/16026608/155269790-0fa5b5d1-8afc-4e1c-a258-2c9d50893688.png) We tried setting `Circle.Thickness` to some values 1/10/100...

question

I have a hierarchical data structure from the SVG file. The root group contains a line and the second child group with circle and polyline - Group - Line -...

question