MachinePartInput.createToolStationInput Method

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

Description

Creates a new MachineToolStationInput object to be used to create a new MachineToolStation.

Syntax

"machinePartInput_var" is a variable referencing a MachinePartInput object.
returnValue = machinePartInput_var.createToolStationInput()
"machinePartInput_var" is a variable referencing a MachinePartInput object.

#include <Cam/Machine/MachinePartInput.h>

returnValue = machinePartInput_var->createToolStationInput();

Return Value

Type Description
MachineToolStationInput Returns new MachineToolStationInput object.

Version

Introduced in version July 2025