RhinoCommon API
BoxContains Method (Box) |
Test a box for Box inclusion. This is the same as calling Contains(box,false)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

Parameters
- box
- Type: Rhino.GeometryBox
Box to test.
Return Value
Type: Booleantrue if the box is on the inside of or coincident with this Box.
