PocketRecognitionSelection.maximumCornerRadius Property
Parent Object:
PocketRecognitionSelectionDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/PocketRecognitionSelection.h>
Description
The largest 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.maximumCornerRadius
# Set the value of the property. pocketRecognitionSelection_var.maximumCornerRadius = 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->maximumCornerRadius();
// Set the value of the property, where value_var is a double. bool returnValue = pocketRecognitionSelection_var->maximumCornerRadius(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version July 2023