PocketRecognitionSelection.isSetupModelSelected Property

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

Description

Flag to include all B-Rep bodies set as the setup models.

Syntax

"pocketRecognitionSelection_var" is a variable referencing a PocketRecognitionSelection object.

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

# Set the value of the property.
pocketRecognitionSelection_var.isSetupModelSelected = 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->isSetupModelSelected();

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

Property Value

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

Version

Introduced in version July 2023