Share

MachineAxisCoordinates Enumerator

Description

Options to control which coordinate is used for post processing, independent of the axis direction. Instructs the post processor to treat the axis as X, Y, or Z for linear and A, B, or C for rotary.
Defined in namespace "adsk::cam" and the header file is <Cam\CamTypeDefs.h>

Methods

Name Value Description
MachineCoordinate_None 0 Axis has no coordinate set.
MachineCoordinate_X_A 1 Axis coordinate Linear X, Rotary A
MachineCoordinate_Y_B 2 Axis coordinate Linear Y, Rotary B
MachineCoordinate_Z_C 3 Axis coordinate Linear X, Rotary C

Version

Introduced in version April 2023

Was this information helpful?