Class: QgsMultiSurface¶
Multi surface geometry collection.
Class Hierarchy¶
Base classes¶
Geometry collection  | 
|
Abstract base class for all geometries  | 
Subclasses¶
Multi polygon geometry collection.  | 
Methods
Returns the surface with the specified index.  | 
- class qgis.core.QgsMultiSurface[source]¶
 Bases:
QgsGeometryCollection- __init__()
 Constructor for an empty multisurface geometry.
- __init__(a0: QgsMultiSurface)
 - Parameters:
 a0 (QgsMultiSurface)
- surfaceN(self, index: int) QgsSurface[source]¶
 Returns the surface with the specified
index.- Raises:
 IndexError – if no surface with the specified index exists.
Added in version 3.16.
- Parameters:
 index (int)
- Return type: