RuleFilletFeatureInput.facesOrFeatures Property

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

Description

Gets an array of BRepFace and/or Feature objects that are to have all their edges filleted. This is applicable only when ruleType is RuleFilletRuleTypes.AllEdgesRuleFilletRuleType. This is set by the setByAllEdges method.

Syntax

"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.

# Get the value of the property.
propertyValue = ruleFilletFeatureInput_var.facesOrFeatures
"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.
#include <Fusion/Features/RuleFilletFeatureInput.h>

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

Property Value

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

Version

Introduced in version November 2025