Click or drag to resize

ExtrudedCentralBodyCoverageGrid.GenerateGridPoints Method

Generate the set of grid points.

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 set of grid points.

Implements

ICoverageGrid.GenerateGridPoints()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the points do not have overlapping availability.
PropertyInvalidExceptionThrown if HeightGriddingTechnique is null.
Remarks
Note that the type of Point used for the location in the returned GridPoints are either PointFixedOffset or PointCartographic depending upon the underlying grid.
See Also