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
"recognizedPocket_var" is a variable referencing a RecognizedPocket object.
#include <Cam/PocketRecognition/RecognizedPocket.h>

// Get the value of the property.
std::vector<Ptr<Curve3DPath>> 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