MachineToolStationInput.coolants Property

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

Description

The coolants that this tool station can use. See MachineToolStationCoolant for possible values.

Syntax

"machineToolStationInput_var" is a variable referencing a MachineToolStationInput object.

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

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

// Get the value of the property.
std::vector<integer> propertyValue = machineToolStationInput_var->coolants();

// Set the value of the property, where value_var is an integer.
bool returnValue = machineToolStationInput_var->coolants(value_var);

Property Value

This is a read/write property whose value is an array of type integer.

Version

Introduced in version July 2025