FlangeFeature.faces Property

Parent Object: FlangeFeature
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/FlangeFeature.h>

Description

Returns the faces that were created by this feature. This works for both parametric and non-parametric features.

Syntax

"flangeFeature_var" is a variable referencing a FlangeFeature object.

# Get the value of the property.
propertyValue = flangeFeature_var.faces
"flangeFeature_var" is a variable referencing a FlangeFeature object.
#include <Fusion/Features/FlangeFeature.h>

// Get the value of the property.
Ptr<BRepFaces> propertyValue = flangeFeature_var->faces();

Property Value

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

Version

Introduced in version August 2020