T_Rhino_Geometry_PointContainment - mcneel/rhinocommon-api-docs GitHub Wiki
Defines enumerated values for closed curve/point spatial relationships.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum PointContainment
VB
Public Enumeration PointContainment
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. |
Supported in: 6.0.16224.21491, 5D58w