trimesh.exchange.threemf¶
Functions:
|
Load a 3MF formatted file into a Trimesh scene. |
-
trimesh.exchange.threemf.
load_3MF
(file_obj, postprocess=True, **kwargs)¶ Load a 3MF formatted file into a Trimesh scene.
- Parameters
file_obj (file-like) – Contains 3MF formatted data
- Returns
kwargs – Constructor arguments for trimesh.Scene
- Return type
dict