Click or drag to resize

SpecifiedCentralBodyCoverageGrid.GenerateGridPoints Method

Return the specified list of grid points stored in memory.

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 override IList<CoverageGridPoint> GenerateGridPoints()

Return Value

Type: IList<CoverageGridPoint>
The specified list of grid points.

Implements

ICoverageGrid.GenerateGridPoints()
See Also