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

Round Object  | Round Members