Solid Edge Geometry Type Library
GetExactRange Method
Specifies the minimum range point.
Specifies the maximum range point.
Description
Returns the exact range for the referenced object.
Syntax
Visual Basic
Public Sub GetExactRange( _
   ByRef MinRangePoint() As Double, _
   ByRef MaxRangePoint() As Double _
) 
Parameters
MinRangePoint
Specifies the minimum range point.
MaxRangePoint
Specifies the maximum range point.
Remarks

This method returns two exact arrays of Double values that specify the minimum and maximum points of the range.

The GetExactRange method returns a box the bounds the specified element. The edges of the box may not be parallel to the axes of the global coordinate system. In some cases the bounding box returned by this method will be closer to the minimum bounding box for an element than the box returned by the GetRange method. In some cases GetExactRange will take longer to calculate a box than the GetRange method.

See Also

Shell Object  | Shell Members