Method that creates a new variable radius edge set. Intermediate radii can be defined using the AddIntermediatePoint method of the FilletVariableRadiusEdgeSet object returned by this method.
Edges |
EdgeCollection |
Input object that contains edges for the fillet feature. For variable radius fillets, this can contain more than one edge only if the edges are tangentially connected. |
StartRadius |
Variant |
Input Variant that defines the start radius of the variable radius fillet. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are centimeters. If a string is input, the units can be specified as part of the string or it will default to the current distance units of the document. |
EndRadius |
Variant |
Input Variant that defines the end radius of the variable radius fillet. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are centimeters. If a string is input, the units can be specified as part of the string or it will default to the current distance units of the document. |