Click or drag to resize

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

Return Value

Type: IListCoverageGridPoint
The set of grid points.

Implements

ICoverageGridGenerateGridPoints
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if ReferenceFrame is or any of the gridding techniques are . Thrown if either XAxisLength or YAxisLength is zero or less. Also thrown if HeightBounds are not positive.
Remarks
When implementing, note that the space represented by each grid point should not overlap.
See Also