M_Rhino_Geometry_Rectangle3d_Contains - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if a point is included in this rectangle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public PointContainment Contains(
Point3d pt
)
VB
Public Function Contains (
pt As Point3d
) As PointContainment
- pt
- Type: Rhino.Geometry.Point3d
Point to test. The point will be projected onto the Rectangle plane before inclusion is determined.
Type: PointContainment
Point Rectangle relationship.
Supported in: 6.0.16224.21491, 5D58w
Rectangle3d Structure
Contains Overload
Rhino.Geometry Namespace