RotaryMachineAxisInput.axisType Property
Parent Object:
RotaryMachineAxisInputDefined in namespace "adsk::cam" and the header file is <Cam/Machine/RotaryMachineAxisInput.h>
Description
The type of axis. This axis type determines which parameters of this object are valid to be accessed or modified.
Syntax
"rotaryMachineAxisInput_var" is a variable referencing a RotaryMachineAxisInput object.
# Get the value of the property. propertyValue = rotaryMachineAxisInput_var.axisType
|
"rotaryMachineAxisInput_var" is a variable referencing a RotaryMachineAxisInput object.
#include <Cam/Machine/RotaryMachineAxisInput.h>
// Get the value of the property. MachineAxisTypes propertyValue = rotaryMachineAxisInput_var->axisType();
|
Property Value
This is a read only property whose value is a
MachineAxisTypes.
Version
Introduced in version April 2023