RecognizedPocket.sharedFaces Property

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

Description

Returns all faces making up the pocket, which are shared with other pockets.

Syntax

"recognizedPocket_var" is a variable referencing a RecognizedPocket object.

# Get the value of the property.
propertyValue = recognizedPocket_var.sharedFaces
"recognizedPocket_var" is a variable referencing a RecognizedPocket object.
#include <Cam/PocketRecognition/RecognizedPocket.h>

// Get the value of the property.
std::vector<Ptr<BRepFace>> propertyValue = recognizedPocket_var->sharedFaces();

Property Value

This is a read only property whose value is an array of type BRepFace.

Version

Introduced in version March 2025