ThreeMfSaveOptions
Overview
ThreeMfSaveOptions is a class in Aspose.3d for Python.
Inherits from: SaveOptions.
ThreeMfSaveOptions.enable_compression() getter reports whether compression is enabled for 3MF export.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enable_compression | bool | Read | Setter toggles compression for 3MF export; passing True enables it |
build_all | bool | Read | Indicates whether all scene components are built into the 3MF output |
flip_coordinate_system | bool | Read | Flips the Y and Z axes when saving |
unit | str | Read | Specifies the measurement unit (e.g., millimeter) for the exported 3MF |
pretty_print | bool | Read | Formats the 3MF XML with indentation for readability |
Methods
| Signature | Description |
|---|---|
__init__() |