Click or drag to resize

TorusCoverageGridGenerateGridPoints 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 any of the following properties are - ReferenceFrame, CircleRadiusGriddingTechnique, MajorClockAngleGriddingTechnique, MinorClockAngleGriddingTechnique. Thrown if MajorRadius less than or equal to zero. Thrown if the MinorRadiusBounds are negative.
InvalidOperationExceptionThrown if the MajorRadius is less than or equal to the minor radius (the upper bound in MinorRadiusBounds).
Remarks
When implementing, note that the space represented by each grid point should not overlap.
See Also