MachineToolStationInput.maxToolDiameter Property

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

Description

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

Syntax

"machineToolStationInput_var" is a variable referencing a MachineToolStationInput object.

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

# Set the value of the property.
machineToolStationInput_var.maxToolDiameter = propertyValue
"machineToolStationInput_var" is a variable referencing a MachineToolStationInput object.
#include <Cam/Machine/MachineToolStationInput.h>

// Get the value of the property.
double propertyValue = machineToolStationInput_var->maxToolDiameter();

// Set the value of the property, where value_var is a double.
bool returnValue = machineToolStationInput_var->maxToolDiameter(value_var);

Property Value

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

Version

Introduced in version July 2025