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.

Properties

NameTypeAccessDescription
namestrReadHolds the string identifier of the transform style

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