MachinePartInput.toolStationInput Property

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

Description

Gets or sets an tool station input object to create a new MachineToolStation with this part. Only valid when partType is not Axis.

Syntax

"machinePartInput_var" is a variable referencing a MachinePartInput object.

# Get the value of the property.
propertyValue = machinePartInput_var.toolStationInput

# Set the value of the property.
machinePartInput_var.toolStationInput = propertyValue
"machinePartInput_var" is a variable referencing a MachinePartInput object.
#include <Cam/Machine/MachinePartInput.h>

// Get the value of the property.
Ptr<MachineToolStationInput> propertyValue = machinePartInput_var->toolStationInput();

// Set the value of the property, where value_var is a MachineToolStationInput.
bool returnValue = machinePartInput_var->toolStationInput(value_var);

Property Value

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

Version

Introduced in version July 2025