ThreeMfSaveOptions

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

NameTypeAccessDescription
enable_compressionboolReadEnables compression of the exported 3MF file
build_allboolReadDetermines whether all scene objects are included in the saved 3MF
flip_coordinate_systemboolReadSwaps the Y and Z axes when saving
unitstrReadSpecifies the measurement unit (e.g., mm, cm) for the exported 3MF
pretty_printboolReadFormats the 3MF XML with indentation for readability
_enable_compression``Read
_build_all``Read
_flip_coordinate_system``Read
_unit``Read
_pretty_print``Read

Methods

SignatureDescription
__init__()

See Also