-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export mesh in .msh fileformat #206
Comments
Hey, glad you're liking it! Currently
|
Added to enhancements list. Thanks for the report! |
Hi mikedh , Can you share sample code for STL Creation , from X Y Z coordinates, [Faces and vertices from Trimesh]? |
First, thank you for maintaining Trimesh, I have used it for a day so far and it's an amazing tool! I wish i knew it existed a year ago!
I was wondering if I can export .msh files directly from Trimesh, this is the GMSH program format, and it's used in the state of the art EM solvers such as SCUFF-EM. I can use GMSH to convert to .msh but I'm hoping to use Trimesh for it.
Here is what I'm doing:
trimesh.io.export.export_mesh(mesh,'outputFile', file_type="msh")
Here is the error I get:
The text was updated successfully, but these errors were encountered: