Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / DoOverlap Method
The first mesh object
The second mesh object

In This Topic
    DoOverlap Method (UtilityEx)
    In This Topic
    Checks if two devDept.Eyeshot.Entities.Mesh objects intersect each other (but don't touch).
    Syntax
    'Declaration
     
    Public Shared Function DoOverlap( _
       ByVal first As Mesh, _
       ByVal second As Mesh _
    ) As Boolean
    public static bool DoOverlap( 
       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