Share

RecognizedHoleSegment.topDiameter Property

Parent Object: RecognizedHoleSegment
Defined 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

Property Value

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

Version

Introduced in version May 2023

Was this information helpful?