FilletFeatures.addFullRoundFillet Method
Parent Object:
FilletFeaturesDefined 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
FilletFeature |
Returns the newly created FilletFeature object or null if the creation failed. |
Parameters
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