The maximum diameter in cm of the tool that can be held by this tool station.
# Get the value of the property.propertyValue = machineToolStation_var.maxToolDiameter# Set the value of the property.machineToolStation_var.maxToolDiameter = propertyValue
#include <Cam/Machine/MachineToolStation.h>// Get the value of the property.double propertyValue = machineToolStation_var->maxToolDiameter();// Set the value of the property, where value_var is a double.bool returnValue = machineToolStation_var->maxToolDiameter(value_var);