ColladaLoadOptions
Overview
ColladaLoadOptions is a class in Aspose.3D FOSS for Python.
Inherits from: LoadOptions.
ColladaLoadOptions.flip_coordinate_system determines whether the Y and Z axes are swapped during import.
This class provides 1 method for working with ColladaLoadOptions objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: enable_materials, flip_coordinate_system, normalize_normal, scale.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Gets the flip coordinate system. |
enable_materials | bool | Read | Gets the enable materials. |
scale | float | Read | Gets the scale. |
normalize_normal | bool | Read | Gets the normalize normal. |
Methods
| Signature | Description |
|---|---|
__init__() |