Click or drag to resize

BasepointZero Enumeration

Specifies enumerated constants used to indicate the zero level convention relating to a location on Earth.

This is used in conjunction with the EarthAnchorPoint class.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum BasepointZero
Members
  Member nameValueDescription
GroundLevel0 The ground level is the convention for 0.
MeanSeaLevel1 The mean sea level is the convention for 0.
CenterOfEarth2 The center of the planet is the convention for 0.
See Also