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

12 lines
1010 B
Python

# The following has been generated automatically from src/core/elevation/qgsprofilesnapping.h
try:
QgsProfileSnapContext.__attribute_docs__ = {'maximumSurfaceDistanceDelta': 'Maximum allowed snapping delta for the distance values when snapping to a continuous elevation surface', 'maximumSurfaceElevationDelta': 'Maximum allowed snapping delta for the elevation values when snapping to a continuous elevation surface', 'maximumPointDistanceDelta': 'Maximum allowed snapping delta for the distance values when snapping to a point', 'maximumPointElevationDelta': 'Maximum allowed snapping delta for the elevation values when snapping to a point', 'displayRatioElevationVsDistance': 'Display ratio of elevation vs distance units'}
QgsProfileSnapContext.__group__ = ['elevation']
except (NameError, AttributeError):
pass
try:
QgsProfileSnapResult.__attribute_docs__ = {'snappedPoint': 'Snapped point'}
QgsProfileSnapResult.__group__ = ['elevation']
except (NameError, AttributeError):
pass