Converting xdmf file to stl format #1473
Unanswered
koroshgodarzi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a 3d mesh which I have created after warping an initial one through dolfinx, Saved it as XDMF and read it back with meshio to save it again as an stl file. But I get:
Warning: STL can only write triangle cells. No triangle cells found.
I have done the above with these lines of code:
This is the print result of the meshio_mesh:
Number of points: 158728 Number of cells: tetra: 783179 Cell data: name_to_readI will appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions