trimesh.exchange package¶
Submodules¶
- trimesh.exchange.binvox module
- trimesh.exchange.cascade module
- trimesh.exchange.dae module
- trimesh.exchange.export module
- trimesh.exchange.gltf module
- trimesh.exchange.load module
- trimesh.exchange.misc module
- trimesh.exchange.obj module
- trimesh.exchange.off module
- trimesh.exchange.ply module
- trimesh.exchange.stl module
- trimesh.exchange.threedxml module
- trimesh.exchange.threemf module
- trimesh.exchange.urdf module
- trimesh.exchange.xaml module
- trimesh.exchange.xyz module
Module contents¶
trimesh/exchange¶
Contains the importers and exporters for various mesh formats.
Note that you should probably not be using these directly, if you call trimesh.load it will then call and wrap the result of the various loaders:
`
mesh = trimesh.load(file_name)
`