Axis

Overview

Axis is a class in Aspose.3D FOSS for Typescript.

Axis.toString returns a string representation of the axis instance.

Properties

NameTypeAccessDescription
POSITIVE_X``ReadRepresents the positive direction of the X axis
NEGATIVE_X``ReadRepresents the negative direction of the X axis
POSITIVE_Y``ReadRepresents the positive direction of the Y axis
NEGATIVE_Y``ReadRepresents the negative direction of the Y axis
POSITIVE_Z``ReadRepresents the positive direction of the Z axis
NEGATIVE_Z``ReadRepresents the negative direction of the Z axis
namestringReadHolds the name identifier of the axis

Methods

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

See Also