Machine.create Method

Parent Object: Machine
Defined 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

This is a static method.

returnValue = adsk.cam.Machine.create(machineInput)
This is a static method.

#include <Cam/Machine/Machine.h>

returnValue = adsk::cam::Machine::create(machineInput);

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.

Version

Introduced in version April 2023