IntersectionWithSurfaceRegionsCoverageGridSurfaceRegions Property |
Gets the set 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: 21.1.408.0 (21.1.408.0)
Syntaxpublic IEnumerable<EllipsoidSurfaceRegion> SurfaceRegions { get; }
Public ReadOnly Property SurfaceRegions As IEnumerable(Of EllipsoidSurfaceRegion)
Get
public:
property IEnumerable<EllipsoidSurfaceRegion^>^ SurfaceRegions {
IEnumerable<EllipsoidSurfaceRegion^>^ get ();
}
member SurfaceRegions : IEnumerable<EllipsoidSurfaceRegion> with get
Property Value
Type:
IEnumerableEllipsoidSurfaceRegion
See Also