Click or drag to resize

GeometricPrimitiveCoverageGridGenerateGridPoints Method

Generate the set of grid points.

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

Return Value

Type: IListCoverageGridPoint
The set of grid points.

Implements

ICoverageGridGenerateGridPoints
Remarks
When implementing, note that the space represented by each grid point should not overlap.
See Also