Creates a new 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 | 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. |
Name | Description |
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. |