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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Determines whether the Y and Z axes are swapped during import |
enable_materials | bool | Read | Controls whether material definitions are loaded from the file |
scale | float | Read | Specifies a uniform scaling factor applied to all imported geometry |
normalize_normal | bool | Read | Indicates if normal vectors should be normalized to unit length |
_flip_coordinate_system | `` | Read | |
_enable_materials | `` | Read | |
_scale | `` | Read | |
_normalize_normal | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |