Skip to content

M_Rhino_Geometry_Box_Contains_3

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Box.Contains Method (Box, Boolean)

Test a box for Box inclusion.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Contains(
	Box box,
	bool strict
)

VB

Public Function Contains ( 
	box As Box,
	strict As Boolean
) As Boolean

Parameters

 

box
Type: Rhino.Geometry.Box
Box to test.
strict
Type: System.Boolean
If true, the box needs to be fully on the inside of this Box. I.e. coincident boxes will be considered 'outside'.

Return Value

Type: Boolean
true if the box is (strictly) on the inside of this Box.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Contains Overload
Rhino.Geometry Namespace

Clone this wiki locally