haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

How to use netDxf to read 3Dsoild from DXF #371

Open congwuqi opened 2 years ago

congwuqi commented 2 years ago

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

haplokuon commented 2 years ago

Read the README.md file to the end. I do not know of any free DXF reader capable of making sense of the data stored in the 3DSolid, and probably never will be one. One thing is reading its contents and another making some sense out of it.

congwuqi commented 2 years ago

Thanks for answer. It's really hard to read 3D figure from DXF. Now I get it from STL file that exported from AutoCAD.

haplokuon commented 2 years ago

Alternatively, if you use AutoCad, you can convert your 3D Solid into a Mesh and import that.

DavidWishengrad commented 2 years ago

Alternatively, if you use AutoCad, you can convert your 3D Solid into a Mesh and import that.

wow. very creative