RecognizedHoleGroup.hasWarnings Property
Parent Object:
RecognizedHoleGroupDefined in namespace "adsk::cam" and the header file is <Cam/HoleRecognition/RecognizedHoleGroup.h>
Description
Returns true if there are any warnings associated with this hole group.
Syntax
"recognizedHoleGroup_var" is a variable referencing a RecognizedHoleGroup object.
# Get the value of the property. propertyValue = recognizedHoleGroup_var.hasWarnings
|
"recognizedHoleGroup_var" is a variable referencing a RecognizedHoleGroup object.
#include <Cam/HoleRecognition/RecognizedHoleGroup.h>
// Get the value of the property. boolean propertyValue = recognizedHoleGroup_var->hasWarnings();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version May 2023