QGIS/python/core/auto_additions/qgstriangulatedsurface.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

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