Click or drag to resize

SurfaceRegionsCoverageGridRegions Property

Gets a read-only collection of surface regions which define this grid. If a point is inside any of the surface regions, it is included in this grid. However, if one of the surface regions is small enough, the generated grid may not have any grid points inside that region.

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 ReadOnlyCollection<EllipsoidSurfaceRegion> Regions { get; }

Property Value

Type: ReadOnlyCollectionEllipsoidSurfaceRegion
See Also