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

In This Topic
    IntersectTree Method (CollisionDetection2D)
    In This Topic
    Check intersection between Octrees 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 Octrees intersects each other, false otherwise
    See Also