LinearMachineAxisInput.homePosition Property
Parent Object:
LinearMachineAxisInputDefined in namespace "adsk::cam" and the header file is <Cam/Machine/LinearMachineAxisInput.h>
Description
Specifies the value that this axis returns to when the machine is homed. Units are cm for linear axes or radians for rotary axes.
Syntax
"linearMachineAxisInput_var" is a variable referencing a LinearMachineAxisInput object.
# Get the value of the property. propertyValue = linearMachineAxisInput_var.homePosition
# Set the value of the property. linearMachineAxisInput_var.homePosition = propertyValue
|
"linearMachineAxisInput_var" is a variable referencing a LinearMachineAxisInput object.
#include <Cam/Machine/LinearMachineAxisInput.h>
// Get the value of the property. double propertyValue = linearMachineAxisInput_var->homePosition();
// Set the value of the property, where value_var is a double. bool returnValue = linearMachineAxisInput_var->homePosition(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version April 2023