ColladaSaveOptions

ColladaSaveOptions

Overview

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

ColladaSaveOptions let developers control export behavior with flip_coordinate_system, enable_materials, and indented (pretty‑print) flags.

Properties

NameTypeAccessDescription
flip_coordinate_systemboolReadDetermines whether the Y and Z axes are swapped during export
enable_materialsboolReadControls whether material definitions are written to the COLLADA file
indentedboolReadSpecifies whether the generated COLLADA XML is formatted with indentation

Methods

SignatureDescription
__init__()