mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
901 B
Python
11 lines
901 B
Python
|
# The following has been generated automatically from src/core/qgsmaplayerelevationproperties.h
|
||
|
# monkey patching scoped based enum
|
||
|
QgsMapLayerElevationProperties.ZOffset = QgsMapLayerElevationProperties.Property.ZOffset
|
||
|
QgsMapLayerElevationProperties.ZOffset.is_monkey_patched = True
|
||
|
QgsMapLayerElevationProperties.Property.ZOffset.__doc__ = ""
|
||
|
QgsMapLayerElevationProperties.ExtrusionHeight = QgsMapLayerElevationProperties.Property.ExtrusionHeight
|
||
|
QgsMapLayerElevationProperties.ExtrusionHeight.is_monkey_patched = True
|
||
|
QgsMapLayerElevationProperties.Property.ExtrusionHeight.__doc__ = "Extrusion height"
|
||
|
QgsMapLayerElevationProperties.Property.__doc__ = "Data definable properties.\n\n.. versionadded:: 3.26\n\n" + '* ``ZOffset``: ' + QgsMapLayerElevationProperties.Property.ZOffset.__doc__ + '\n' + '* ``ExtrusionHeight``: ' + QgsMapLayerElevationProperties.Property.ExtrusionHeight.__doc__
|
||
|
# --
|