FilletFeatures.addRuleFillet Method

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

Description

Creates a new rule fillet feature.

Syntax

"filletFeatures_var" is a variable referencing a FilletFeatures object.
returnValue = filletFeatures_var.addRuleFillet(input)
"filletFeatures_var" is a variable referencing a FilletFeatures object.

#include <Fusion/Features/FilletFeatures.h>

returnValue = filletFeatures_var->addRuleFillet(input);

Return Value

Type Description
FilletFeature Returns the newly created FilletFeature object or null if the creation failed.

Parameters

Name Type Description
input RuleFilletFeatureInput A RuleFilletFeatureInput object that defines the desired fillet. Use the createRuleFilletInput method to create a new RuleFilletFeatureInput object and then use methods on it(the RuleFilletFeatureInput object) to define the fillet.

Version

Introduced in version November 2025