Click or drag to resize

PointContainment Enumeration

Defines enumerated values for closed curve/point spatial relationships.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum PointContainment
Members
  Member nameValueDescription
Unset0 Relation is meaningless.
Inside1 Point is on the interior of the region implied by the closed curve.
Outside2 Point is on the exterior of the region implied by the closed curve.
Coincident3 Point is coincident with the curve and therefore neither inside not outside.
See Also