MachineToolStation.maxToolDiameter Property

Parent Object: MachineToolStation
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineToolStation.h>

Description

The maximum diameter in cm of the tool that can be held by this tool station.

Syntax

"machineToolStation_var" is a variable referencing a MachineToolStation object.

# Get the value of the property.
propertyValue = machineToolStation_var.maxToolDiameter

# Set the value of the property.
machineToolStation_var.maxToolDiameter = propertyValue
"machineToolStation_var" is a variable referencing a MachineToolStation object.
#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);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version July 2025