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

11 lines
375 B
Python

# The following has been generated automatically from src/core/mesh/qgsmeshforcebypolylines.h
try:
QgsMeshEditForceByPolylines.__overridden_methods__ = ['text', 'isFinished']
QgsMeshEditForceByPolylines.__group__ = ['mesh']
except (NameError, AttributeError):
pass
try:
QgsMeshEditForceByLine.__group__ = ['mesh']
except (NameError, AttributeError):
pass