Coverage for trimesh/exchange/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.14.1, created at 2026-06-24 04:40 +0000

1""" 

2trimesh/exchange 

3---------------- 

4 

5Contains the importers and exporters for various mesh formats. 

6 

7Note that *you should probably not be using these directly*, if 

8you call `trimesh.load` it will then call and wrap the result 

9of the various loaders: 

10 

11``` 

12mesh = trimesh.load(file_name) 

13``` 

14"""