Enum for the types of multi-axis rotation for an arrange selection.
Defined in namespace "adsk::cam" and the header file is <Cam\CamTypeDefs.h>
| Name | Value | Description |
| MultiAxisRotationType_AllAxes | 1 | Combines rotations for all enabled axes. |
| MultiAxisRotationType_SingleAxis | 0 | Does not combine rotations, only allows single axis rotations. |
| MultiAxisRotationType_XYAxes | 2 | Combines rotations for X and Y axis only. Both need to be enabled. |
| MultiAxisRotationType_XZAxes | 3 | Combines rotations for X and Z axis only. Both need to be enabled. |
| MultiAxisRotationType_YZAxes | 4 | Combines rotations for Y and Z axis only. Both need to be enabled. |