Click or drag to resize

CentralBodyCoverageGrid Constructor (TerrainProvider)

Initializes a new instance with a specified reference terrain.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected CentralBodyCoverageGrid(
	TerrainProvider terrainProvider
)

Parameters

terrainProvider
Type: AGI.Foundation.TerrainTerrainProvider
The surface with which to define the grid points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when terrainProvider is .
See Also