CAM.designRootOccurrence Property
Parent Object:
CAMDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM.h>
Description
The CAM product has its own root component which has a single occurrence that references the Design root occurrence. This property returns this occurrence.
Syntax
"cAM_var" is a variable referencing a CAM object.
# Get the value of the property. propertyValue = cAM_var.designRootOccurrence
|
"cAM_var" is a variable referencing a CAM object.
#include <Cam/CAM/CAM.h>
// Get the value of the property. Ptr<Occurrence> propertyValue = cAM_var->designRootOccurrence();
|
Property Value
This is a read only property whose value is an
Occurrence.
Version
Introduced in version April 2023