QGIS/python/core/auto_additions/qgsmeshforcebypolylines.py
2024-12-03 07:47:10 +00:00

10 lines
295 B
Python

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