FilletFeatures.createFullRoundFilletInput Method

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

Description

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

Syntax

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

#include <Fusion/Features/FilletFeatures.h>

returnValue = filletFeatures_var->createFullRoundFilletInput();

Return Value

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

Version

Introduced in version September 2025