Click or drag to resize

CentralBodyCoverageGrid.GetGridCellBoundaries Method

Generates a list of boundary curves corresponding to the grid point cells represented by each grid point in the specified list.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public List<EllipsoidSurfaceCurve> GetGridCellBoundaries(
	IList<CoverageGridPoint> points
)

Parameters

points
Type: System.Collections.Generic.IList<CoverageGridPoint>
The grid points containing the information about the grid point cells.

Return Value

Type: List<EllipsoidSurfaceCurve>
If each point contains information about the grid cell vertices, this returns the corresponding boundary curve in the list. Otherwise, that entry will be null.
See Also