FilletFeatures.createFullRoundFilletInput Method
Parent Object: FilletFeaturesDefined 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.
|
Return Value
Type | Description |
FullRoundFilletFeatureInput | Returns the newly created FullRoundFilletFeatureInput object or null if the creation failed. |