RecognizedPocket.attackVector Property

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

Description

Returns the attack vector that was used to recognize this pocket.

Syntax

"recognizedPocket_var" is a variable referencing a RecognizedPocket object.

# Get the value of the property.
propertyValue = recognizedPocket_var.attackVector
"recognizedPocket_var" Is a variable referencing a RecognizedPocket Object.
#include <Cam/PocketRecognition/RecognizedPocket.h>

// Get the value of the property.
Ptr<Vector3D> propertyValue = recognizedPocket_var->attackVector();

Property Value

This is a read only property whose value is a Vector3D.

Version

Introduced in version April 2026