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.

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

NameTypeAccessDescription
flip_coordinate_systemboolReadGets the flip coordinate system.
enable_materialsboolReadGets the enable materials.
scalefloatReadGets the scale.
normalize_normalboolReadGets the normalize normal.

Methods

SignatureDescription
__init__()

See Also