Creates a new full round fillet feature.
"filletFeatures_var" is a variable referencing a FilletFeatures object.
|
"filletFeatures_var" is a variable referencing a FilletFeatures object.
|
Type | Description |
FilletFeature | Returns the newly created FilletFeature object or null if the creation failed. |
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. |