Click or drag to resize

CentralBodyCoverageGridGetGridCellBoundaries 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: 24.1.418.0 (24.1.418.0)
Syntax
public List<EllipsoidSurfaceCurve> GetGridCellBoundaries(
	IList<CoverageGridPoint> points
)

Parameters

points
Type: System.Collections.GenericIListCoverageGridPoint
The grid points containing the information about the grid point cells.

Return Value

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