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?
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?