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.
See Also

EdgeUse Object  | EdgeUse Members

Send comments on this topic.