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.2.419.0 (24.2.419.0)
Syntax public List<EllipsoidSurfaceCurve> GetGridCellBoundaries(
IList<CoverageGridPoint> points
)
Public Function GetGridCellBoundaries (
points As IList(Of CoverageGridPoint)
) As List(Of EllipsoidSurfaceCurve)
public:
List<EllipsoidSurfaceCurve^>^ GetGridCellBoundaries(
IList<CoverageGridPoint^>^ points
)
member GetGridCellBoundaries :
points : IList<CoverageGridPoint> -> List<EllipsoidSurfaceCurve>
Parameters
- points
- Type: System.Collections.GenericIListCoverageGridPoint
The grid points containing the information about the grid point cells.
Return Value
Type:
ListEllipsoidSurfaceCurveIf 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