ColladaTransformStyle
Overview
ColladaTransformStyle 是Python的Aspose.3D FOSS中的一个类.
ColladaTransformStyle.COMPONENTS returns the transform style that uses separate translation, rotation, and scale components.
这个类提供了在Python程序中使用ColladaTransformStyle 对象的2种方法. 有的方法包括: COMPONENTS, MATRIX. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | 得到了这个名字. |
Methods
| Signature | Description |
|---|---|
COMPONENTS() | 返回使用单独翻译,旋转和尺度组件的变换样式. |
MATRIX() | 返回表示变换为单矩阵的转换样式. |