RecognizedPocket.bottomType Property
Parent Object:
RecognizedPocketDefined in namespace "adsk::cam" and the header file is <Cam/PocketRecognition/RecognizedPocket.h>
Description
Returns the type of bottom edge this pocket has.
Syntax
"recognizedPocket_var" is a variable referencing a RecognizedPocket object.
# Get the value of the property. propertyValue = recognizedPocket_var.bottomType
|
"recognizedPocket_var" is a variable referencing a RecognizedPocket object.
#include <Cam/PocketRecognition/RecognizedPocket.h>
// Get the value of the property. RecognizedPocketBottomType propertyValue = recognizedPocket_var->bottomType();
|
Property Value
This is a read only property whose value is a
RecognizedPocketBottomType.
Version
Introduced in version July 2023