Click or drag to resize

BoundingBoxIsDisjoint Method

Overload List
  NameDescription
Public methodIsDisjoint(BoundingBox)
Determines whether this bounding box and another bounding box are disjoint, that is, whether they do not intersect.

This is the same as calling IsDisjoint(box, 0.0).

Public methodIsDisjoint(BoundingBox, Double)
Determines whether this bounding box and another bounding box are disjoint, that is, whether they do not intersect, allowing a tolerance for the comparison.
Top
See Also