FullRoundFilletFaceSet.sideTwoFaces Property

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

Description

Gets the side two faces.

When this face set is associated with an existing fillet feature, to get the side two faces you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True).

Syntax

"fullRoundFilletFaceSet_var" is a variable referencing a FullRoundFilletFaceSet object.

# Get the value of the property.
propertyValue = fullRoundFilletFaceSet_var.sideTwoFaces
"fullRoundFilletFaceSet_var" is a variable referencing a FullRoundFilletFaceSet object.
#include <Fusion/Features/FullRoundFilletFaceSet.h>

// Get the value of the property.
std::vector<Ptr<BRepFace>> propertyValue = fullRoundFilletFaceSet_var->sideTwoFaces();

Property Value

This is a read only property whose value is an array of type BRepFace.

Version

Introduced in version September 2025