Solid Edge Part Type Library
SetVariableRadii Method
Specifies the number of variable radii for the referenced object.
Specifies the radius values for each of the variable radii for the referenced object.
Description
Sets the number of variable radii and the values of those radii for the specified Round object.
Syntax
Visual Basic
Public Sub SetVariableRadii( _
   ByVal VariableRadiiCount As Long, _
   ByRef VariableRadii() As Double _
) 
Parameters
VariableRadiiCount
Specifies the number of variable radii for the referenced object.
VariableRadii
Specifies the radius values for each of the variable radii for the referenced object.
See Also

Round Object  | Round Members