RuleFilletSettings.facesOrFeaturesTwo Property

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

Description

Gets the second array of BRepFace and/or Feature objects for between faces/features rule fillet. This returns an empty array if ruleType is not RuleFilletRuleTypes.BetweenFacesOrFeaturesRuleFilletRuleType.

To use this property, 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

"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.

# Get the value of the property.
propertyValue = ruleFilletSettings_var.facesOrFeaturesTwo
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
#include <Fusion/Features/RuleFilletSettings.h>

// Get the value of the property.
std::vector<Ptr<Base>> propertyValue = ruleFilletSettings_var->facesOrFeaturesTwo();

Property Value

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

Version

Introduced in version November 2025