Share

RecognizedPocket.islands Property

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

Description

Returns each island inside this pocket as a separate ProfileLoop object (in cm).

Syntax

"recognizedPocket_var" is a variable referencing a RecognizedPocket object.

# Get the value of the property.
propertyValue = recognizedPocket_var.islands

Property Value

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

Version

Introduced in version July 2023

Was this information helpful?