PocketRecognitionSelection.areHolesIncluded Property

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

Description

Flag to interpret holes as pockets.

Syntax

"pocketRecognitionSelection_var" is a variable referencing a PocketRecognitionSelection object.

# Get the value of the property.
propertyValue = pocketRecognitionSelection_var.areHolesIncluded

# Set the value of the property.
pocketRecognitionSelection_var.areHolesIncluded = propertyValue
"pocketRecognitionSelection_var" is a variable referencing a PocketRecognitionSelection object.
#include <Cam/GeometrySelections/PocketRecognitionSelection.h>

// Get the value of the property.
boolean propertyValue = pocketRecognitionSelection_var->areHolesIncluded();

// Set the value of the property, where value_var is a boolean.
bool returnValue = pocketRecognitionSelection_var->areHolesIncluded(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version July 2023