2024-01-30 21:51:37 +10:00
|
|
|
# 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
|
2024-01-31 07:48:20 +10:00
|
|
|
QgsMapLayerElevationProperties.ZOffset.__doc__ = ""
|
2024-01-30 21:51:37 +10:00
|
|
|
QgsMapLayerElevationProperties.ExtrusionHeight = QgsMapLayerElevationProperties.Property.ExtrusionHeight
|
|
|
|
QgsMapLayerElevationProperties.ExtrusionHeight.is_monkey_patched = True
|
2024-01-31 07:48:20 +10:00
|
|
|
QgsMapLayerElevationProperties.ExtrusionHeight.__doc__ = "Extrusion height"
|
2024-01-30 21:51:37 +10:00
|
|
|
QgsMapLayerElevationProperties.Property.__doc__ = "Data definable properties.\n\n.. versionadded:: 3.26\n\n" + '* ``ZOffset``: ' + QgsMapLayerElevationProperties.Property.ZOffset.__doc__ + '\n' + '* ``ExtrusionHeight``: ' + QgsMapLayerElevationProperties.Property.ExtrusionHeight.__doc__
|
|
|
|
# --
|