FilletDefinition.AddVariableRadiusEdgeSet Method
Parent Object:
FilletDefinition
Description
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.
Syntax
FilletDefinition.
AddVariableRadiusEdgeSet(
Edges As
EdgeCollection,
StartRadius As Variant,
EndRadius As Variant ) As
FilletVariableRadiusEdgeSet
Parameters
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. |
Samples
Fillet Feature (Complex) |
This sample demonstrates creating a complex fillet. The result in this case has several different constant radii fillets and two edges that use variable radius, with one of these having a different radius defined along the edge. |
Version
Introduced in version 5.3