Click or drag to resize

BoundingBoxContains Method

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

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

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

The user can choose how to treat bounding boxes with coincident surfaces.

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