RuleFilletSettings.facesOrFeatures Property

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

Description

Gets an array of BRepFace and/or Feature objects that have all their edges filleted. This returns an empty array if ruleType is not RuleFilletRuleTypes.AllEdgesRuleFilletRuleType.

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.facesOrFeatures
"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->facesOrFeatures();

Property Value

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

Version

Introduced in version November 2025