mikedh / trimesh

Python library for loading and using triangular meshes.
https://trimesh.org
MIT License
2.98k stars 577 forks source link

How to export volume to IGES using python ? #556

Closed selvakarna closed 5 years ago

selvakarna commented 5 years ago

How to export volume to IGES using python ?

@mikedh

mikedh commented 5 years ago

So IGES is a BREP format (not a mesh format), exporting a mesh as IGES isn't necessarily going to give a useful result. It's currently not supported in trimesh.