CAMHoleRecognition.generatedDataCollection Property

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

Description

Get the generated data associated with a given operation base instance. The type of data depends on the strategy type and might not be available for all strategy types. The available types can be found in GeneratedData.cs

Syntax

"cAMHoleRecognition_var" is a variable referencing a CAMHoleRecognition object.

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

// Get the value of the property.
Ptr<GeneratedDataCollection> propertyValue = cAMHoleRecognition_var->generatedDataCollection();

Property Value

This is a read only property whose value is a GeneratedDataCollection.

Version

Introduced in version July 2023