M_Rhino_Geometry_BoundingBox_Contains_2 - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Contains Method (Point3d)

Tests a point for boundingbox inclusion. This is the same as calling Contains(point, false)

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

Syntax

C#

public bool Contains(
	Point3d point
)

VB

Public Function Contains ( 
	point As Point3d
) As Boolean

Parameters

 

point
Type: Rhino.Geometry.Point3d
Point to test.

Return Value

Type: Boolean
true if the point is on the inside of or coincident with this boundingbox; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Contains Overload
Rhino.Geometry Namespace

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