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.2.419.0 (24.2.419.0)
Syntax public SpecifiedCentralBodyCoverageGrid(
CentralBody centralBody,
TerrainProvider terrainProvider,
params CoverageGridPoint[] points
)
Public Sub New (
centralBody As CentralBody,
terrainProvider As TerrainProvider,
ParamArray points As CoverageGridPoint()
)
public:
SpecifiedCentralBodyCoverageGrid(
CentralBody^ centralBody,
TerrainProvider^ terrainProvider,
... array<CoverageGridPoint^>^ points
)
new :
centralBody : CentralBody *
terrainProvider : TerrainProvider *
points : CoverageGridPoint[] -> SpecifiedCentralBodyCoverageGrid
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body on which these grid points are defined. - terrainProvider
- Type: AGI.Foundation.TerrainTerrainProvider
The TerrainProvider used to generate the height of the grid points. - points
- Type: AGI.Foundation.Geometry.DiscreteCoverageGridPoint
The set of grid points.
Exceptions See Also