CAMTemplate.createFromFile Method
Parent Object: CAMTemplateDefined in namespace "adsk::cam" and the header file is <Cam/CAMTemplate/CAMTemplate.h>
Description
Create a CAMTemplate from a file on disk, i.e. Import the template file. Invalid files will produce errors
Syntax
Return Value
Type | Description |
CAMTemplate | Returns the newly created template. |
Parameters
Name | Type | Description |
filePath | string | The path to a template file. |