The XPlane..::.Side enumeration defines different point location in respect of the plane.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public enum Side

Members

Member nameDescription
OnPlane
The point is located on plane
Positive
The point is located in the positive distance from the plane (above the plane).
Negative
The point is located in the negative distance from the plane (under the plane).

See Also