Click or drag to resize

BoxContains Method

Overload List
  NameDescription
Public methodContains(BoundingBox)
Test a bounding box for Box inclusion. This is the same as calling Contains(box,false)
Public methodContains(Box)
Test a box for Box inclusion. This is the same as calling Contains(box,false)
Public methodContains(Point3d)
Determines whether a point is included in this box. This is the same as calling Contains(point,false)
Public methodContains(BoundingBox, Boolean)
Test a bounding box for Box inclusion.
Public methodContains(Box, Boolean)
Test a box for Box inclusion.
Public methodContains(Point3d, Boolean)
Determines whether a point is included in this box.
Top
See Also