The XPlane..::.Side enumeration defines different point location in respect of the plane.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public enum Side |
Members
Member name | Description | |
---|---|---|
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).
|