Enum CoordinateSystem

CoordinateSystem enumeration

The left handed or right handed coordinate system.

public enum CoordinateSystem

Values

NameValueDescription
RightHanded0The right handed.
LeftHanded1The left handed.

See Also