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