bfieldtools.utils.load_example_mesh¶
-
bfieldtools.utils.
load_example_mesh
(mesh_name, process=True, **kwargs)¶ Convenience function used load example meshes included with the package
- Parameters
- mesh_name: string
name of mesh, i.e. filename without extension
- process: Boolean
Whether trimesh should process the mesh on loading
- kwargs
Passed to trimesh object creation
- Returns
- Trimesh object