RecognizedPockets.count Property
Parent Object:
RecognizedPocketsDefined in namespace "adsk::cam" and the header file is <Cam/PocketRecognition/RecognizedPockets.h>
Description
Returns the number of pockets contained in this pocket collection.
Syntax
"recognizedPockets_var" is a variable referencing a RecognizedPockets object.
# Get the value of the property. propertyValue = recognizedPockets_var.count
|
"recognizedPockets_var" is a variable referencing a RecognizedPockets object.
#include <Cam/PocketRecognition/RecognizedPockets.h>
// Get the value of the property. uinteger propertyValue = recognizedPockets_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version July 2023