ColladaTransformStyle

ColladaTransformStyle

Overview

ColladaTransformStyle is a class in Aspose.3D FOSS for Python.

ColladaTransformStyle.COMPONENTS returns the transform style that uses separate translation, rotation, and scale components.

This class provides 2 methods for working with ColladaTransformStyle objects in Python programs. Available methods include: COMPONENTS, MATRIX. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: name.

Properties

NameTypeAccessDescription
namestrReadGets the name.

Methods

SignatureDescription
COMPONENTS()Returns the transform style that uses separate translation, rotation, and scale components
MATRIX()Returns the transform style that represents the transformation as a single matrix

See Also