CAM.allOperations Property

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

Description

Gets a collection containing all of the operations in the document. This includes all operations nested in folders and patterns.

Syntax

"cAM_var" is a variable referencing a CAM object.

# Get the value of the property.
propertyValue = cAM_var.allOperations
"cAM_var" is a variable referencing a CAM object.
#include <Cam/CAM/CAM.h>

// Get the value of the property.
Ptr<ObjectCollection> propertyValue = cAM_var->allOperations();

Property Value

This is a read only property whose value is an ObjectCollection.

Samples

Name Description
Generate Setup Sheets API Sample Demonstrates generating the setup sheets for an existing toolpath..
Generate Toolpaths API Sample Demonstrates generating the toolpaths in the active document.
New CAM Operation API Sample Demonstrates adding a new toolpath into the document using an existing CAM template. You can get a sample template here. To use the sample, create a new design and add a block. Switch to the MANUFACTURE workspace and create a setup. Run the script and it will create a new facing operation in the setup.

Version

Introduced in version January 2016