Click or drag to resize

Rectangle3dContains Method (Point3d)

Determines if a point is included in this rectangle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public PointContainment Contains(
	Point3d pt
)

Parameters

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

Return Value

Type: PointContainment
Point Rectangle relationship.
See Also