RhinoCommon API
Rectangle3dContains Method (Point3d) |
Determines if a point is included in this rectangle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public PointContainment Contains( Point3d pt )
Public Function Contains ( pt As Point3d ) As PointContainment
Parameters
- pt
- Type: Rhino.GeometryPoint3d
Point to test. The point will be projected onto the Rectangle plane before inclusion is determined.
Return Value
Type: PointContainmentPoint Rectangle relationship.
