CAMPattern.createFromCAMTemplate Method

Parent Object: CAMPattern
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMPattern.h>

Description

This function is retired. See more information in the 'Remarks' section below.

Creates and adds operations, folders or patterns from the specified CAMTemplate to the end of this folder.

Syntax

"cAMPattern_var" is a variable referencing a CAMPattern object.
returnValue = cAMPattern_var.createFromCAMTemplate(camTemplate)
"cAMPattern_var" is a variable referencing a CAMPattern object.

#include <Cam/CAM/CAMPattern.h>

returnValue = cAMPattern_var->createFromCAMTemplate(camTemplate);

Return Value

Type Description
OperationBase[] Returns an array containing all of the operations, folders and patterns created from the template.

Parameters

Name Type Description
camTemplate CAMTemplate The CAMTemplate object to apply

Version

Introduced in version April 2023
Retired in version October 2023