Click or drag to resize

EclipseType Enumeration

Enumerates the different types of shadowing that can occur during an eclipse.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum EclipseType
Members
  Member nameDescription
None The object is in full sunlight.
Umbra The object is totally occulted.
Penumbra Part of a body is eclipsing the sun.
Antumbra The entire body is eclipsing the sun, however it is too small to completely block out the sun (also known as an annular eclipse).
Partial A Partial eclipse is a Penumbra or Antumbra eclipse.
See Also