M_Rhino_Geometry_Box_Contains_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Test a boundingbox for Box inclusion.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Contains(
BoundingBox box,
bool strict
)
VB
Public Function Contains (
box As BoundingBox,
strict As Boolean
) As Boolean
- box
- Type: Rhino.Geometry.BoundingBox
Box to test. - strict
- Type: System.Boolean
If true, the boundingbox needs to be fully on the inside of this Box. I.e. coincident boxes will be considered 'outside'.
Type: Boolean
true if the box is (strictly) on the inside of this Box.
Supported in: 6.0.16224.21491, 5D58w