Axis
Overview
Axis is a enum in Aspose.3D FOSS for Java.
Axis.X_AXIS represents the positive X axis direction.
This enumeration defines 6 values: X_AXIS, Y_AXIS, Z_AXIS, NEGATIVE_X_AXIS, NEGATIVE_Y_AXIS, NEGATIVE_Z_AXIS.
Description
Axis is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like Axis help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
X_AXIS | Represents the positive X axis direction |
Y_AXIS | Represents the positive Y axis direction |
Z_AXIS | Represents the positive Z axis direction |
NEGATIVE_X_AXIS | Represents the negative X axis direction |
NEGATIVE_Y_AXIS | Represents the negative Y axis direction |
NEGATIVE_Z_AXIS | Represents the negative Z axis direction |