Click or drag to resize

SpecifiedCentralBodyCoverageGridGenerateGridPoints 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.1.418.0 (24.1.418.0)
Syntax
public override IList<CoverageGridPoint> GenerateGridPoints()

Return Value

Type: IListCoverageGridPoint
The specified list of grid points.

Implements

ICoverageGridGenerateGridPoints
See Also