ThreeMfSaveOptions

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

NameTypeAccessDescription
enable_compressionboolReadSetter toggles compression for 3MF export; passing True enables it
build_allboolReadIndicates whether all scene components are built into the 3MF output
flip_coordinate_systemboolReadFlips the Y and Z axes when saving
unitstrReadSpecifies the measurement unit (e.g., millimeter) for the exported 3MF
pretty_printboolReadFormats the 3MF XML with indentation for readability

Methods

SignatureDescription
__init__()