MachineFromLibraryInput.create Method

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

Description

Creates a MachineFromLibraryInput object to be used as input for Machine.create method, in order to create a machine from a library location.

Syntax

This is a static method.

returnValue = adsk.cam.MachineFromLibraryInput.create(url)
This is a static method.

#include <Cam/Machine/MachineFromLibraryInput.h>

returnValue = adsk::cam::MachineFromLibraryInput::create(url);

Return Value

Type Description
MachineFromLibraryInput Returns newly created MachineFromLibraryInput object in a valid state.

Parameters

Name Type Description
url URL The URL path to the library machine.

Version

Introduced in version April 2023