M_Rhino_Geometry_Box_Contains - mcneel/rhinocommon-api-docs GitHub Wiki
Test a boundingbox for Box inclusion. This is the same as calling Contains(box,false)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Contains(
BoundingBox box
)
VB
Public Function Contains (
box As BoundingBox
) As Boolean
- box
- Type: Rhino.Geometry.BoundingBox
Box to test.
Type: Boolean
true if the box is on the inside of or coincident with this Box.
Supported in: 6.0.16224.21491, 5D58w