FilletFeatures.add Method
Parent Object:
FilletFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/FilletFeatures.h>
Description
Creates a new fillet feature.
Syntax
"filletFeatures_var" is a variable referencing a FilletFeatures object.returnValue = filletFeatures_var.add(input)
|
"filletFeatures_var" is a variable referencing a FilletFeatures object.
#include <Fusion/Features/FilletFeatures.h>
returnValue = filletFeatures_var->add(input);
|
Return Value
FilletFeature |
Returns the newly created FilletFeature object or null if the creation failed. |
Parameters
input |
FilletFeatureInput |
A FilletFeatureInput object that defines the desired fillet. Use the createInput method to create a new FilletFeatureInput object and then use methods on it (the FilletFeatureInput object) to define the fillet. |
Samples
Constant Radius Fillet API Sample |
Creates a constant radius fillet on the selected edge. If there are tangent contiguous edges that will also be included in the fillet. |
filletFeatures.add |
Demonstrates the filletFeatures.add method. |
Fillet Feature API Sample |
Demonstrates creating fillets using the various types of fillets. Create a new design and add a box that is at least 2 cm on each side. The script creates a constant radius, variable radius and chord length fillets. After creating each one, it deletes it and then creates the next. To see any of the fillets that were deleted, undo to get the fillet back. |
Version
Introduced in version November 2014