Click or drag to resize

SpecifiedCentralBodyCoverageGrid Constructor (CentralBody, CoverageGridPoint)

Construct a new instance based on a given set of GridPoints and their corresponding central body.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SpecifiedCentralBodyCoverageGrid(
	CentralBody centralBody,
	params CoverageGridPoint[] points
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body on which these grid points are defined.
points
Type: AGI.Foundation.Geometry.DiscreteCoverageGridPoint
The set of grid points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if centralBody or points is .
See Also