mikedh / trimesh

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

Does the trimesh.Trimesh.export method leverage the meshio? #2272

Open Rumi381 opened 2 months ago

Rumi381 commented 2 months ago

Since trimesh has the load function that can leverage the 'meshio' package automatically if the desired file type is not supported natively by trimesh. Is there any function in trimesh to write or export a trimesh.Trimesh object to a file of the desired format, and trimesh will automatically leverage the 'meshio' package if the desired file type is not natively supported in trimesh?

mikedh commented 2 months ago

Hey, yeah there's no export wrapper for meshio at the moment.