M_Rhino_Geometry_Rectangle3d_Contains_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Rectangle3d.Contains Method (Double, Double)

Determines if two plane parameters are included in this rectangle.

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

Syntax

C#

public PointContainment Contains(
	double x,
	double y
)

VB

Public Function Contains ( 
	x As Double,
	y As Double
) As PointContainment

Parameters

 

x
Type: System.Double
Parameter along base plane X direction.
y
Type: System.Double
Parameter along base plane Y direction.

Return Value

Type: PointContainment
Parameter Rectangle relationship.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rectangle3d Structure
Contains Overload
Rhino.Geometry Namespace

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