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: 25.1.421.0 (25.1.421.0)
Syntax
public override IList<CoverageGridPoint> GenerateGridPoints()

Return Value

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

Implements

ICoverageGrid.GenerateGridPoints()
See Also