CAMTemplate.createFromOperations Method
Parent Object:
CAMTemplateDefined in namespace "adsk::cam" and the header file is <Cam/CAMTemplate/CAMTemplate.h>
Description
Create a CAMTemplate from a list of Operations
Syntax
This is a static method.
returnValue = adsk.cam.CAMTemplate.createFromOperations(operations)
|
This is a static method.
#include <Cam/CAMTemplate/CAMTemplate.h>
returnValue = adsk::cam::CAMTemplate::createFromOperations(operations);
|
Return Value
Parameters
operations |
Operation[] |
An array of operations to bundle into a template. |
Version
Introduced in version April 2023