CentralBodyCoverageGrid Constructor (CentralBody) |
Initializes a new instance with a specified central body. The
ReferenceFrame defaults to the central body's fixed frame.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxprotected CentralBodyCoverageGrid(
CentralBody centralBody
)
Protected Sub New (
centralBody As CentralBody
)
protected:
CentralBodyCoverageGrid(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> CentralBodyCoverageGridParameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body relative to which the grid points are defined.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown when centralBody is . |
See Also