M_Rhino_Geometry_Rectangle3d_Contains - mcneel/rhinocommon-api-docs GitHub Wiki

Rectangle3d.Contains Method (Point3d)

Determines if a point is included in this rectangle.

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

Syntax

C#

public PointContainment Contains(
	Point3d pt
)

VB

Public Function Contains ( 
	pt As Point3d
) As PointContainment

Parameters

 

pt
Type: Rhino.Geometry.Point3d
Point to test. The point will be projected onto the Rectangle plane before inclusion is determined.

Return Value

Type: PointContainment
Point Rectangle relationship.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rectangle3d Structure
Contains Overload
Rhino.Geometry Namespace

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