RecognizedHoleSegment.topDiameter Property
Parent Object:
RecognizedHoleSegmentDefined in namespace "adsk::cam" and the header file is <Cam/HoleRecognition/RecognizedHoleSegment.h>
Description
Returns the diameter of the top of this segment.
Syntax
"recognizedHoleSegment_var" is a variable referencing a RecognizedHoleSegment object.
# Get the value of the property. propertyValue = recognizedHoleSegment_var.topDiameter
|
"recognizedHoleSegment_var" is a variable referencing a RecognizedHoleSegment object.
#include <Cam/HoleRecognition/RecognizedHoleSegment.h>
// Get the value of the property. double propertyValue = recognizedHoleSegment_var->topDiameter();
|
Property Value
This is a read only property whose value is a double.
Version
Introduced in version May 2023