RuleFilletSettings.setByBetweenFacesOrFeatures Method
Parent Object:
RuleFilletSettingsDefined 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) |
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
#include <Fusion/Features/RuleFilletSettings.h>
returnValue = ruleFilletSettings_var->setByBetweenFacesOrFeatures(facesOrFeaturesOne, facesOrFeaturesTwo);
|
Return Value
| boolean |
Returns true if the operation was successful. |
Parameters
| 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