Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / IntersectOB Method
First entity to check
second entity to check
The resulting tuple of the intersecting entity in that Block/BlockReference gerarchy

In This Topic
    IntersectOB Method (CollisionDetection2D)
    In This Topic
    Check intersection between Oriented Bounding (Rect or Box) of two root entities (the entities can be BlockReference), by using SAT algorithm.
    Syntax

    Parameters

    ent1
    First entity to check
    ent2
    second entity to check
    collidedTuple
    The resulting tuple of the intersecting entity in that Block/BlockReference gerarchy
    worker
    doWorkEventArgs

    Return Value

    True if at least two OBB(or OBR) intersects each other, false otherwise
    See Also