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
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Determines whether the Y and Z axes are swapped when saving |
enable_materials | bool | Read | Controls whether material data is written to the exported Collada file |
indented | bool | Read | Specifies whether the generated Collada XML is formatted with indentation for readability |
_flip_coordinate_system | `` | Read | |
_enable_materials | `` | Read | |
_indented | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |