CAM.analyses Property

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

Description

Gets the collection of design analyses associated with this design, created in the Manufacture workspace.

Syntax

"cAM_var" is a variable referencing a CAM object.

# Get the value of the property.
propertyValue = cAM_var.analyses
"cAM_var" Is a variable referencing a CAM Object.
#include <Cam/CAM/CAM.h>

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

Property Value

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

Version

Introduced in version May 2026