BoundingBox.Contains Method

BoundingBoxContains Method

Overload List
  NameDescription
Public methodContains(BoundingBox)
Determines whether this boundingbox contains another boundingbox.

This is the same as calling Contains(box,false).

Public methodContains(Point3d)
Tests a point for boundingbox inclusion. This is the same as calling Contains(point, false)
Public methodContains(BoundingBox, Boolean)
Determines whether this boundingbox contains another boundingbox.

The user can choose how to treat boundingboxes with coincidents surfaces.

Public methodContains(Point3d, Boolean)
Tests a point for BoundingBox inclusion.
Top
See Also