Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / DoOverlapOrTouch Method / DoOverlapOrTouch(Mesh,Mesh) Method
The first mesh object
The second mesh object

In This Topic
    DoOverlapOrTouch(Mesh,Mesh) Method
    In This Topic
    Checks if two devDept.Eyeshot.Entities.Mesh objects intersect each other.
    Syntax
    'Declaration
     
    Public Overloads Shared Function DoOverlapOrTouch( _
       ByVal first As Mesh, _
       ByVal second As Mesh _
    ) As Boolean
    public static bool DoOverlapOrTouch( 
       Mesh first,
       Mesh second
    )

    Parameters

    first
    The first mesh object
    second
    The second mesh object

    Return Value

    True if the two mesh objects intersect.
    See Also