RecognizedHoleSegment.threadFeatures Property
Parent Object:
RecognizedHoleSegmentDefined in namespace "adsk::cam" and the header file is <Cam/HoleRecognition/RecognizedHoleSegment.h>
Description
Returns the thread features associated with this segment, or null if none exist for this segment.
Syntax
"recognizedHoleSegment_var" is a variable referencing a RecognizedHoleSegment object.
# Get the value of the property. propertyValue = recognizedHoleSegment_var.threadFeatures
|
"recognizedHoleSegment_var" is a variable referencing a RecognizedHoleSegment object.
#include <Cam/HoleRecognition/RecognizedHoleSegment.h>
// Get the value of the property. std::vector<Ptr<ThreadFeature>> propertyValue = recognizedHoleSegment_var->threadFeatures();
|
Property Value
This is a read only property whose value is an array of type
ThreadFeature.
Version
Introduced in version May 2023