Machine.create Method
Parent Object: MachineDefined in namespace "adsk::cam" and the header file is <Cam/Machine/Machine.h>
Description
Creates a machine from a "MachineInput" input object
Remarks
"MachineFromFileInput" and "MachineFromLibraryInput" can be used to create valid input objects.Syntax
Return Value
Type | Description |
Machine | Returns the newly created machine in a valid state. |
Parameters
Name | Type | Description |
machineInput | MachineInput | Input object that is used to hold the details needed for creating a machine. |