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
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Determines whether the Y and Z axes are swapped during export |
enable_materials | bool | Read | Controls whether material definitions are written to the COLLADA file |
indented | bool | Read | Specifies whether the generated COLLADA XML is formatted with indentation |
Methods
| Signature | Description |
|---|---|
__init__() |