Axis
Axis
Overview
Axis 是一个类在Aspose.3D FOSS for Typescript中.
Axis.toString returns a string representation of the axis instance.
本类提供1种方法,用于在TypeScript程序中使用Axis对象. 有的方法包括: toString. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: NEGATIVE_X, NEGATIVE_Y, NEGATIVE_Z, POSITIVE_X, POSITIVE_Y, POSITIVE_Z,另外一个.
Description
Axis 是Aspose.3D FOSS库中一个类,该类可用于 TypeScript 进行编程使用.
核心能力包括: string.这些操作使开发人员能够直接将轴功能集成到TypeScript应用中.
课程还提供了 POSITIVE_X 产物 (得到正 x), NEGATIVE_X 产物 (得到负 x), POSITIVE_Y 得到正 y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POSITIVE_X | `` | Read | 得到了正的x. |
NEGATIVE_X | `` | Read | 得到了负x. |
POSITIVE_Y | `` | Read | 得到了正y. |
NEGATIVE_Y | `` | Read | 得到了负的 y. |
POSITIVE_Z | `` | Read | 得到了正 z. |
NEGATIVE_Z | `` | Read | 得到了负 z. |
name | string | Read | 得到了这个名字. |
Methods
| Signature | Description |
|---|---|
toString() → string | 返回轴实例的字符串表示 |