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.
This class provides 1 method for working with ColladaSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: enable_materials, encoding, export_textures, file_format, file_name, file_system, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read/Write | Gets or sets the flip coordinate system. |
enable_materials | bool | Read/Write | Gets or sets the enable materials. |
indented | bool | Read/Write | Gets or sets the indented. |
export_textures | bool | Read/Write | Gets or sets the export textures. |
file_format | 'FileFormat' | Read | Gets the file format. |
encoding | str | Read/Write | Gets or sets the encoding. |
file_system | 'FileSystem' | Read/Write | Gets or sets the file system. |
lookup_paths | List[str] | Read/Write | Gets or sets the lookup paths. |
file_name | str | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
__init__() |