[]
Initializes a new instance of the GeoPolyhedralSurface class.
public GeoPolyhedralSurface(GeoGeometryType type, IEnumerable<GeoPolygon> polygons)
Type | Name | Description |
---|---|---|
GeoGeometryType | type | The type. |
IEnumerable<GeoPolygon> | polygons | The polygons. |
Initializes a new instance of the GeoPolyhedralSurface class.
public GeoPolyhedralSurface(IEnumerable<GeoPolygon> polygons)
Type | Name | Description |
---|---|---|
IEnumerable<GeoPolygon> | polygons | The polygons. |