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

7 lines
258 B
Python

# The following has been generated automatically from src/core/geometry/qgssurface.h
try:
QgsSurface.__overridden_methods__ = ['boundingBox3D', 'isValid', 'clearCache']
QgsSurface.__group__ = ['geometry']
except (NameError, AttributeError):
pass