M_Rhino_Geometry_Box_Contains_5 - mcneel/rhinocommon-api-docs GitHub Wiki

Box.Contains Method (Point3d, Boolean)

Determines whether a point is included in this box.

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

Syntax

C#

public bool Contains(
	Point3d point,
	bool strict
)

VB

Public Function Contains ( 
	point As Point3d,
	strict As Boolean
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true if the point 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

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