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