Axis
Overview
Axis is a class in Aspose.3D FOSS for TypeScript.
Axis.toString returns a string representation of the axis instance.
This class declares 1 method for Axis objects in TypeScript programs.
Available methods include: toString.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: NEGATIVE_X, NEGATIVE_Y, NEGATIVE_Z, POSITIVE_X, POSITIVE_Y, POSITIVE_Z, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POSITIVE_X | `` | Read | Gets the positive x. |
NEGATIVE_X | `` | Read | Gets the negative x. |
POSITIVE_Y | `` | Read | Gets the positive y. |
NEGATIVE_Y | `` | Read | Gets the negative y. |
POSITIVE_Z | `` | Read | Gets the positive z. |
NEGATIVE_Z | `` | Read | Gets the negative z. |
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the axis instance |