Share

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

Property Value

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

Version

Introduced in version March 2025

Was this information helpful?