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.2.419.0 (24.2.419.0)
Syntax Public Enumeration EclipseType
public enum class EclipseType
Members
| Member name | Description |
---|
| 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