Solid Edge Part Type Library
Range Method
X - coordinate of the minimum range point.
Y - coordinate of the minimum range point.
Z - coordinate of the minimum range point.
X - coordinate of the maximum range point.
Y - coordinate of the maximum range point.
Z - coordinate of the maximum range point.
Description
Returns the high and low range values for the referenced object.
Syntax
Visual Basic
Public Sub Range( _
   ByRef x1 As Double, _
   ByRef y1 As Double, _
   ByRef Z1 As Double, _
   ByRef x2 As Double, _
   ByRef y2 As Double, _
   ByRef Z2 As Double _
) 
Parameters
x1
X - coordinate of the minimum range point.
y1
Y - coordinate of the minimum range point.
Z1
Z - coordinate of the minimum range point.
x2
X - coordinate of the maximum range point.
y2
Y - coordinate of the maximum range point.
Z2
Z - coordinate of the maximum range point.
See Also

SphereFeature Object  | SphereFeature Members