Overview
ThreeMfLoadOptions configures how a 3MF (.3mf) file is imported into a Scene. Construct an instance, set the desired properties, and pass it to Scene.open() alongside the file path to override the format defaults. Common settings cover which node hierarchies to load, how embedded materials are resolved, and whether animation data is included in the import. When no ThreeMfLoadOptions is supplied, Scene.open() applies the 3MF (.3mf) defaults defined by ThreeMfFormat.
Properties
| Name | Type | Access | Description |
|---|
flipCoordinateSystem | boolean | Read | Determines whether to invert the coordinate system when loading a 3MF file |
Methods
| Signature | Description |
|---|
constructor() | |
See Also