MachineFromFileInput.create Method
Parent Object: MachineFromFileInputDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineFromFileInput.h>
Description
Creates a MachineFromFileInput object to be used as input for Machine.create method.
Syntax
Return Value
Type | Description |
MachineFromFileInput | The newly created "MachineFromFileInput" object in a valid state. |
Parameters
Name | Type | Description |
filePath | string | The path to a machine file to be processed. The filePath is expected to be an absolute path to the machine file on disk. |