Skip to content

Commit f27d4e4

Browse files
authored
Mesh properties - elevation mode (#9207)
2 parents 18f04e3 + 7a9d0fb commit f27d4e4

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed
Loading

docs/user_manual/working_with_mesh/mesh.rst

+23-3
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ Elevation Properties
657657
--------------------
658658

659659
The |elevationscale| :guilabel:`Elevation` tab provides options to control
660-
the layer elevation properties within a :ref:`3D map view <label_3dmapview>`
660+
the layer elevation properties within a :ref:`3D map view <label_3dmapview>` and :ref:`2D map view <label_mapview>`
661661
and its appearance in the :ref:`profile tool charts <label_elevation_profile_view>`.
662-
Specifically, you can set:
662+
Specifically, you can configure how heights from your dataset are interpreted:
663663

664664
.. _figure_mesh_elevation:
665665

@@ -668,9 +668,29 @@ Specifically, you can set:
668668

669669
Mesh Elevation properties
670670

671-
* :guilabel:`Elevation Surface`: how the mesh layer vertices Z values
671+
* :guilabel:`From vertices`: how the mesh layer vertices Z values
672672
should be interpreted as terrain elevation.
673673
You can apply a :guilabel:`Scale` factor and an :guilabel:`Offset`.
674+
This setting is available for :ref:`3D map view <label_3dmapview>`
675+
and :ref:`profile tool charts <label_elevation_profile_view>`.
676+
* :guilabel:`Fixed Elevation Range`: the mesh layer is linked to a fixed elevation range.
677+
This mode is applicable when a layer has either a single fixed elevation or a range (slice)
678+
of elevation values. If a range is specified, mesh values will be extruded over this range.
679+
You can set the :guilabel:`Lower` and :guilabel:`Upper`
680+
elevation range values for the layer, and specify whether the lower or upper :guilabel:`Limits`
681+
are inclusive or exclusive.
682+
When enabled, the layer will only be visible in :ref:`elevation filtered 2D maps <elevation_controller>`
683+
when the layer's range is included in the map's Z range.
684+
* :guilabel:`Fixed Elevation Range Per Group`: each group in the mesh layer
685+
is associated with a fixed elevation range. This mode can be used when a layer
686+
has elevation data exposed through different dataset groups.
687+
This feature is exposed as a user-editable table for dataset groups with lower and upper values.
688+
You can either populate the lower and upper values manually
689+
or use an |expression| :guilabel:`Expression` to auto-fill all group values based on an expression.
690+
When enabled, the layer will be filtered in the :ref:`2D map view <label_mapview>`,
691+
displaying only values within the map filter ranges.
692+
In :ref:`3D map view <label_3dmapview>` or :ref:`profile tool charts <label_elevation_profile_view>`,
693+
the full extent of the layer will be displayed, ignoring the filtering.
674694
* :guilabel:`Profile Chart Appearance`: controls the rendering
675695
of the mesh elements elevation in the profile chart.
676696
The profile :guilabel:`Style` can be set as:

0 commit comments

Comments
 (0)