Class: QgsProfileSnapContext¶
Encapsulates the context of snapping a profile point.
Added in version 3.26.
Attributes
Display ratio of elevation vs distance units |
|
Maximum allowed snapping delta for the distance values when snapping to a point |
|
Maximum allowed snapping delta for the elevation values when snapping to a point |
|
Maximum allowed snapping delta for the distance values when snapping to a continuous elevation surface |
|
Maximum allowed snapping delta for the elevation values when snapping to a continuous elevation surface |
- class qgis.core.QgsProfileSnapContext[source]¶
Bases:
object
- displayRatioElevationVsDistance: float¶
Display ratio of elevation vs distance units
- maximumPointDistanceDelta: float¶
Maximum allowed snapping delta for the distance values when snapping to a point
- maximumPointElevationDelta: float¶
Maximum allowed snapping delta for the elevation values when snapping to a point
- maximumSurfaceDistanceDelta: float¶
Maximum allowed snapping delta for the distance values when snapping to a continuous elevation surface
- maximumSurfaceElevationDelta: float¶
Maximum allowed snapping delta for the elevation values when snapping to a continuous elevation surface