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

Round Object  | Round Members