FilletFeatures.addFullRoundFillet Method

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

Description

Creates a new full round fillet feature.

Syntax

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

#include <Fusion/Features/FilletFeatures.h>

returnValue = filletFeatures_var->addFullRoundFillet(input);

Return Value

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

Parameters

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

Version

Introduced in version September 2025