Eyeshot 10 WinForms API Reference
DoOverlapOrTouch(Point3D,Point3D,Point3D,Point3D,Double) Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class > DoOverlapOrTouch Method : DoOverlapOrTouch(Point3D,Point3D,Point3D,Point3D,Double) Method
First box min 3D point
First box max 3D point
Second box min 3D point
Second box max 3D point
The domain size
Check if two bounding boxes overlap or touch.
Syntax
'Declaration
 
Public Overloads Shared Function DoOverlapOrTouch( _
   ByVal firstMin As Point3D, _
   ByVal firstMax As Point3D, _
   ByVal secondMin As Point3D, _
   ByVal secondMax As Point3D, _
   ByVal domainSize As Double _
) As Boolean
public static bool DoOverlapOrTouch( 
   Point3D firstMin,
   Point3D firstMax,
   Point3D secondMin,
   Point3D secondMax,
   double domainSize
)

Parameters

firstMin
First box min 3D point
firstMax
First box max 3D point
secondMin
Second box min 3D point
secondMax
Second box max 3D point
domainSize
The domain size

Return Value

True if the two boxes overlap or touch, false otherwise.
See Also

Reference

Utility Class
Utility Members
Overload List