Click or drag to resize

IntersectionWithSurfaceRegionsCoverageGridSurfaceRegions Property

Gets a read-only collection of EllipsoidSurfaceRegions that are used to constrain the set of points generated by GridPointProvider to create the subset that will be this grid's points. 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 GridPointProvider 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> SurfaceRegions { get; }

Property Value

Type: ReadOnlyCollectionEllipsoidSurfaceRegion
See Also