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

NameTypeAccessDescription
POSITIVE_X``ReadGets the positive x.
NEGATIVE_X``ReadGets the negative x.
POSITIVE_Y``ReadGets the positive y.
NEGATIVE_Y``ReadGets the negative y.
POSITIVE_Z``ReadGets the positive z.
NEGATIVE_Z``ReadGets the negative z.
namestringReadGets the name.

Methods

SignatureDescription
toString()stringReturns a string representation of the axis instance

See Also

 English