QGIS/python/PyQt6/core/auto_additions/qgsmesh3daveraging.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

27 lines
1.0 KiB
Python

# The following has been generated automatically from src/core/mesh/qgsmesh3daveraging.h
QgsMesh3DAveragingMethod.MultiLevelsAveragingMethod = QgsMesh3DAveragingMethod.Method.MultiLevelsAveragingMethod
QgsMesh3DAveragingMethod.SigmaAveragingMethod = QgsMesh3DAveragingMethod.Method.SigmaAveragingMethod
QgsMesh3DAveragingMethod.RelativeHeightAveragingMethod = QgsMesh3DAveragingMethod.Method.RelativeHeightAveragingMethod
QgsMesh3DAveragingMethod.ElevationAveragingMethod = QgsMesh3DAveragingMethod.Method.ElevationAveragingMethod
try:
QgsMesh3DAveragingMethod.createFromXml = staticmethod(QgsMesh3DAveragingMethod.createFromXml)
QgsMesh3DAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshMultiLevelsAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshSigmaAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshRelativeHeightAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshElevationAveragingMethod.__group__ = ['mesh']
except NameError:
pass