MachineAxis.axisType Property
Parent Object:
MachineAxisDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineAxis.h>
Description
The type of axis.
Syntax
"machineAxis_var" is a variable referencing a MachineAxis object.
# Get the value of the property. propertyValue = machineAxis_var.axisType
|
"machineAxis_var" is a variable referencing a MachineAxis object.
#include <Cam/Machine/MachineAxis.h>
// Get the value of the property. MachineAxisTypes propertyValue = machineAxis_var->axisType();
|
Property Value
This is a read only property whose value is a
MachineAxisTypes.
Version
Introduced in version April 2023