RecognizedHoleSegment.isThreaded Property

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

Description

Returns true if this segment is threaded, i.e. associated with a thread feature.

Syntax

"recognizedHoleSegment_var" is a variable referencing a RecognizedHoleSegment object.

# Get the value of the property.
propertyValue = recognizedHoleSegment_var.isThreaded
"recognizedHoleSegment_var" is a variable referencing a RecognizedHoleSegment object.
#include <Cam/HoleRecognition/RecognizedHoleSegment.h>

// Get the value of the property.
boolean propertyValue = recognizedHoleSegment_var->isThreaded();

Property Value

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

Version

Introduced in version May 2023