mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
7 lines
524 B
Python
7 lines
524 B
Python
# The following has been generated automatically from src/core/geometry/qgstriangulatedsurface.h
|
|
try:
|
|
QgsTriangulatedSurface.__overridden_methods__ = ['fuzzyEqual', 'fuzzyDistanceEqual', 'operator==', 'operator!=', 'geometryType', 'clone', 'clear', 'fromWkb', 'fromWkt', 'asGml2', 'asGml3', 'asKml', 'normalize', 'snappedToGrid', 'insertVertex', 'deleteVertex', 'addPatch', 'createEmptyWithSameType', 'compareToSameClass']
|
|
QgsTriangulatedSurface.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|