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