You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this wonderful package.
I'm using it in my workflow and very grateful for its existence.
I'm not sure how high the demand is for dxf converters, but there is certainly no easily found dxf converter online. Perhaps it would be a nice enhancement to your package. It can be done by uniting forces with the also excellent ezdxf package (which has a reader but no converter). Here is some initial thought:
@nschloe there are DXF entities that represents meshes. What @ahinoamp script is doing is extracting one of those entities ('3DFACE') from the DXF file and dumping into meshio. I recommend reading the DXF Reference document by AutoDesk and learning about those entities (3DFACE, SURFACE, MESH, POLYFACE MESH, 3D SOLID - this might be able to be converted to an unstructured grid).
I understand DXF has a lot of versions and all that is quite messy to deal with, but meshio could provide a way to extract only those entities. DXFs are used as a "mesh format" on a couple industries like mining.
Hi,
Thank you so much for this wonderful package.
I'm using it in my workflow and very grateful for its existence.
I'm not sure how high the demand is for dxf converters, but there is certainly no easily found dxf converter online. Perhaps it would be a nice enhancement to your package. It can be done by uniting forces with the also excellent ezdxf package (which has a reader but no converter). Here is some initial thought:
Happy new year,
Noe
The text was updated successfully, but these errors were encountered: