M_Rhino_Geometry_BoundingBox_Contains - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether this boundingbox contains another boundingbox. 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 this boundingbox, or is coincident with the surface of it.
Supported in: 6.0.16224.21491, 5D58w
BoundingBox Structure
Contains Overload
Rhino.Geometry Namespace