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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Holds the string identifier of the transform style |
Methods
| Signature | Description |
|---|---|
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 |