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

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