FilletFeatureInput.edgeSetInputs Property
Parent Object: FilletFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/FilletFeatureInput.h>
Description
Gets the FilletEdgeSetInputs object that provides support to create the various types of edge sets that will be used to create the fillet.
Syntax
"filletFeatureInput_var" is a variable referencing a FilletFeatureInput object.
|
Property Value
This is a read only property whose value is a FilletEdgeSetInputs.Samples
Name | Description |
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. |