Click or drag to resize

SpecifiedCentralBodyCoverageGrid Constructor (CentralBody, TerrainProvider,CoverageGridPoint[])

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

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

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body on which these grid points are defined.
terrainProvider
Type: AGI.Foundation.Terrain.TerrainProvider
The TerrainProvider used to generate the height of the grid points.
points
Type:AGI.Foundation.Geometry.Discrete.CoverageGridPoint[]
The set of grid points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if terrainProvider, centralBody, or points is null.
See Also