Solid Edge Assembly Type Library
MinimumDistance Method
Specifies the element from which the minimum distance is to be measured.
Specifies the element to which the minimum distance is to be measured.
Returns the minimum distance between Element1 and Element2.
Returns the point on Element1 that is closest to Element2.
Returns the point on Element2 that is closest to Element1.
Description
Measures the minimum distance between two elements.
Syntax
Visual Basic
Public Sub MinimumDistance( _
   ByVal Element1 As Object, _
   ByVal Element2 As Object, _
   ByRef Distance As Double, _
   ByRef Point1() As Double, _
   ByRef Point2() As Double _
) 
Parameters
Element1
Specifies the element from which the minimum distance is to be measured.
Element2
Specifies the element to which the minimum distance is to be measured.
Distance
Returns the minimum distance between Element1 and Element2.
Point1
Returns the point on Element1 that is closest to Element2.
Point2
Returns the point on Element2 that is closest to Element1.
See Also

AssemblyDocument Object  | AssemblyDocument Members