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
if you are familiar with / your pipline uses tetgen native formats, you could use TetgenIO.save_*()functions. You can load those using TetgenIO.load_*()functions
Hi Jae,
thanks for the info! Vedo looks awesome!
I had solved it with building a meshio object from the tetgenout myself and exporting to exodus format.
But cool that vedo can probably do this now, too!
Hi :)
I generated a tetrahedral mesh like this
tetgenout = tetgenpy.tetrahedralize("", plc.to_tetgenio())
now i'm wondering what a good way is to save the mesh in
tetgenout
to file?Cheers
Florian
The text was updated successfully, but these errors were encountered: