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.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<EllipsoidSurfaceRegion> SurfaceRegions { get; }
Public ReadOnly Property SurfaceRegions As ReadOnlyCollection(Of EllipsoidSurfaceRegion)
Get
public:
property ReadOnlyCollection<EllipsoidSurfaceRegion^>^ SurfaceRegions {
ReadOnlyCollection<EllipsoidSurfaceRegion^>^ get ();
}
member SurfaceRegions : ReadOnlyCollection<EllipsoidSurfaceRegion> with get
Property Value
Type:
ReadOnlyCollectionEllipsoidSurfaceRegionSee Also