Range of possible values for this axis. Units are cm for linear axes or radians for rotary axes.
# Get the value of the property.propertyValue = machineAxis_var.physicalRange# Set the value of the property.machineAxis_var.physicalRange = propertyValue
#include <Cam/Machine/MachineAxis.h>// Get the value of the property.Ptr<MachineAxisRange> propertyValue = machineAxis_var->physicalRange();// Set the value of the property, where value_var is a MachineAxisRange.bool returnValue = machineAxis_var->physicalRange(value_var);