PointContainment Enumeration |
Rhino 5 for Windows
Defines enumerated values for closed curve/point spatial relationships.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic enum PointContainment
Public Enumeration PointContainment
Members
| Member name | Value | Description |
---|
| Unset | 0 |
Relation is meaningless.
|
| Inside | 1 |
Point is on the interior of the region implied by the closed curve.
|
| Outside | 2 |
Point is on the exterior of the region implied by the closed curve.
|
| Coincident | 3 |
Point is coincident with the curve and therefor neither inside not outside.
|
See Also