ThreeMfSaveOptions
Overview
ThreeMfSaveOptions is a class in Aspose.3D FOSS for Python.
Inherits from: SaveOptions.
ThreeMfSaveOptions.enable_compression enables compression of the exported 3MF file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enable_compression | bool | Read | Enables compression of the exported 3MF file |
build_all | bool | Read | Determines whether all scene objects are included in the saved 3MF |
flip_coordinate_system | bool | Read | Swaps the Y and Z axes when saving |
unit | str | Read | Specifies the measurement unit (e.g., mm, cm) for the exported 3MF |
pretty_print | bool | Read | Formats the 3MF XML with indentation for readability |
_enable_compression | `` | Read | |
_build_all | `` | Read | |
_flip_coordinate_system | `` | Read | |
_unit | `` | Read | |
_pretty_print | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |