ColladaLoadOptions

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

NameTypeAccessDescription
flip_coordinate_systemboolReadDetermines whether the Y and Z axes are swapped during import
enable_materialsboolReadControls whether material definitions are loaded from the file
scalefloatReadSpecifies a uniform scaling factor applied to all imported geometry
normalize_normalboolReadIndicates if normal vectors should be normalized to unit length
_flip_coordinate_system``Read
_enable_materials``Read
_scale``Read
_normalize_normal``Read

Methods

SignatureDescription
__init__()

See Also