M_Rhino_Geometry_Box_Contains_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Box.Contains 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) Version: Rhino 6.0

Syntax

C#

public bool Contains(
	Box box
)

VB

Public Function Contains ( 
	box As Box
) As Boolean

Parameters

 

box
Type: Rhino.Geometry.Box
Box to test.

Return Value

Type: Boolean
true if the box is on the inside of or coincident with this Box.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Contains Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️