ThreeMfLoadOptions
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.
Description
ThreeMfLoadOptions is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 1 property for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.
Core capabilities include: boolean. These operations enable developers to integrate threemfloadoptions functionality directly into TypeScript applications.
The class also provides the flipCoordinateSystem property (determines whether to invert the coordinate system when loading a 3mf file).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Determines whether to invert the coordinate system when loading a 3MF file |
Methods
| Signature | Description |
|---|---|
constructor() |