CAMPattern.createFromCAMTemplate2 Method
Parent Object:
CAMPatternDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMPattern.h>
Description
Create new operations, folders, or patterns from the specified CAMTemplate. They are added to the end of the parent setup.
Syntax
"cAMPattern_var" is a variable referencing a CAMPattern object.returnValue = cAMPattern_var.createFromCAMTemplate2(input)
|
"cAMPattern_var" is a variable referencing a CAMPattern object.
#include <Cam/CAM/CAMPattern.h>
returnValue = cAMPattern_var->createFromCAMTemplate2(input);
|
Return Value
OperationBase[] |
Returns an array containing all of the operations, folders and patterns created from the template. |
Parameters
Version
Introduced in version October 2023