Click or drag to resize

ExtrudedCentralBodyCoverageGridGenerateGridPoints 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
InvalidOperationExceptionThrown if the points do not have overlapping availability.
PropertyInvalidExceptionThrown if HeightGriddingTechnique is .
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