Axis
Overview
Axis is a class in Aspose.3D FOSS for Typescript.
Axis.toString returns a string representation of the axis instance.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POSITIVE_X | `` | Read | Represents the positive direction of the X axis |
NEGATIVE_X | `` | Read | Represents the negative direction of the X axis |
POSITIVE_Y | `` | Read | Represents the positive direction of the Y axis |
NEGATIVE_Y | `` | Read | Represents the negative direction of the Y axis |
POSITIVE_Z | `` | Read | Represents the positive direction of the Z axis |
NEGATIVE_Z | `` | Read | Represents the negative direction of the Z axis |
name | string | Read | Holds the name identifier of the axis |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the axis instance |