ColladaSaveOptions

ColladaSaveOptions

Overview

ColladaSaveOptions is a class in Aspose.3D FOSS for Python. Inherits from: SaveOptions.

ColladaSaveOptions.flip_coordinate_system determines whether the Y and Z axes are swapped when saving.

Properties

NameTypeAccessDescription
flip_coordinate_systemboolReadDetermines whether the Y and Z axes are swapped when saving
enable_materialsboolReadControls whether material data is written to the exported Collada file
indentedboolReadSpecifies whether the generated Collada XML is formatted with indentation for readability
_flip_coordinate_system``Read
_enable_materials``Read
_indented``Read

Methods

SignatureDescription
__init__()

See Also