FilletFeatures.createRuleFilletInput Method

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

Description

Creates a RuleFilletFeatureInput object. Use properties and methods on this object to define the fillet you want to create and then use the addRuleFillet method, passing in the RuleFilletFeatureInput object.

Syntax

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

#include <Fusion/Features/FilletFeatures.h>

returnValue = filletFeatures_var->createRuleFilletInput();

Return Value

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

Version

Introduced in version November 2025