Files
geMoldInsight/venv/lib/python3.11/site-packages/trimesh/exchange/__init__.py
T

15 lines
297 B
Python
Raw Normal View History

2026-02-12 23:22:11 +08:00
"""
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)
```
"""