RecognizedHoleSegment.face Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

This property has been retired. Please use "RecognizedHoleSegment.faces()"

Returns the model face this segment references.

Syntax

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

// Get the value of the property.
Base propertyValue = recognizedHoleSegment_var->face();
"recognizedHoleSegment_var" Is a variable referencing a RecognizedHoleSegment Object.
// Get the value of the property.
propertyValue = recognizedHoleSegment_var.face;

Property Value

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

Version

Introduced in version May 2023
Retired in version May 2023