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.

Returns the model face this segment references.

Remarks

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

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.
Ptr<Base> 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