SurfaceRegionsCoverageGridGenerateGridPoints Method |
Generate a list of regularly spaced grid points inside the specified
Regions. This grid first computes a region that bounds all of the input
Regions. The algorithm then
grids this region, adjusting the resolution upwards slightly in order to evenly divide each coordinate's angular span. Points in this bounding region are then kept if they lie within one of the input regions.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override IList<CoverageGridPoint> GenerateGridPoints()
Public Overrides Function GenerateGridPoints As IList(Of CoverageGridPoint)
public:
virtual IList<CoverageGridPoint^>^ GenerateGridPoints() override
abstract GenerateGridPoints : unit -> IList<CoverageGridPoint>
override GenerateGridPoints : unit -> IList<CoverageGridPoint>
Return Value
Type:
IListCoverageGridPointThe grid points.
Implements
ICoverageGridGenerateGridPointsExceptions Remarks See Also