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

Round Object  | Round Members