MachineToolStation.toolInterface Property

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

Description

The type of interface that this tool station uses. (e.g. BT40, CAPTO C5, HSK A100, SK50, etc.) Note: All newline characters will be removed, and if the string contains only ASCII characters, it will be converted to uppercase.

Syntax

"machineToolStation_var" is a variable referencing a MachineToolStation object.

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

# Set the value of the property.
machineToolStation_var.toolInterface = propertyValue
"machineToolStation_var" is a variable referencing a MachineToolStation object.
#include <Cam/Machine/MachineToolStation.h>

// Get the value of the property.
string propertyValue = machineToolStation_var->toolInterface();

// Set the value of the property, where value_var is a string.
bool returnValue = machineToolStation_var->toolInterface(value_var);

Property Value

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

Version

Introduced in version July 2025