trimesh.exchange.xaml module¶
xaml.py¶
Load 3D XAMl files, an export option from Solidworks.
- trimesh.exchange.xaml.load_XAML(file_obj, *args, **kwargs)¶
Load a 3D XAML file.
- Parameters:
file_obj (file object) – Open XAML file.
- Returns:
result – Kwargs for a Trimesh constructor.
- Return type:
dict