PocketRecognitionSelection.minimumHoleDiameter Property

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

Description

Lower bound for the diameter for the hole detection. It can only be set if areHoldeIncluded is set to true.

Syntax

"pocketRecognitionSelection_var" is a variable referencing a PocketRecognitionSelection object.

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

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

// Get the value of the property.
double propertyValue = pocketRecognitionSelection_var->minimumHoleDiameter();

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

Property Value

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

Version

Introduced in version July 2023