PocketRecognitionSelection.minimumCornerRadius Property

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

Description

The smallest corner radius that can appear in a pocket to machine.

Syntax

"pocketRecognitionSelection_var" is a variable referencing a PocketRecognitionSelection object.

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

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

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

Property Value

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

Version

Introduced in version July 2023