CAMTemplate.createFromOperations Method

Parent Object: CAMTemplate
Defined 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

Type Description
CAMTemplate Returns the newly created template.

Parameters

Name Type Description
operations Operation[] An array of operations to bundle into a template.

Version

Introduced in version April 2023