Axis
Overview
Axis is a class in Aspose.3D FOSS for Typescript.
Axis.toString returns a string representation of the axis instance.
This class provides 1 method for working with Axis objects in Typescript programs.
Available methods include: toString.
All 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.
Description
Axis is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 7 properties for programmatic use.
Core capabilities include: string. These operations enable developers to integrate axis functionality directly into TypeScript applications.
The class also provides the POSITIVE_X property (gets the positive x), the NEGATIVE_X property (gets the negative x), the POSITIVE_Y property (gets the positive y).
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 |