RuleFilletFeatureInput.facesOrFeaturesOne Property

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

Description

Gets the first array of BRepFace and/or Feature objects for between faces/features rule fillet. This is applicable only when ruleType is RuleFilletRuleTypes.BetweenFacesOrFeaturesRuleFilletRuleType. This is set by the setByBetweenFacesOrFeatures method.

Syntax

"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.

# Get the value of the property.
propertyValue = ruleFilletFeatureInput_var.facesOrFeaturesOne
"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->facesOrFeaturesOne();

Property Value

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

Version

Introduced in version November 2025