FlangeFeature.faces Property

Parent Object: FlangeFeature

Derived from: Feature.faces


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

Description

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/SheetMetal/FlangeFeature.h>

// Get the value of the property.
Ptr<BRepFaces> propertyValue = flangeFeature_var->faces();
"flangeFeature_var" Is a variable referencing a FlangeFeature Object.
// Get the value of the property.
propertyValue = flangeFeature_var.faces;

Property Value

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

Version

Introduced in version August 2020