Share

RuleFilletSettings.setByBetweenFacesOrFeatures Method

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

Description

Method that adds two sets of BRepFace and/or Feature objects to have the edges between them filleted. Call this method will set ruleType to RuleFilletRuleTypes.BetweenFacesOrFeaturesRuleFilletRuleType.

Syntax

"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
returnValue = ruleFilletSettings_var.setByBetweenFacesOrFeatures(facesOrFeaturesOne, facesOrFeaturesTwo)

Return Value

Type Description
boolean Returns true if the operation was successful.

Parameters

Name Type Description
facesOrFeaturesOne Base[] Input first array of BRepFace and/or Feature objects.
facesOrFeaturesTwo Base[] Input second array of BRepFace and/or Feature objects.

Version

Introduced in version November 2025

Was this information helpful?