Skip to content

Commit 5cb12e6

Browse files
committed
Apply feedback
1 parent 83b9038 commit 5cb12e6

File tree

1 file changed

+7
-8
lines changed
  • docs/user_manual/working_with_mesh

1 file changed

+7
-8
lines changed

docs/user_manual/working_with_mesh/mesh.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -761,19 +761,22 @@ layout legend <layout_legend_item>`. These options include:
761761
Exploring mesh datasets
762762
========================
763763

764-
Using the identify tools
765-
------------------------
766-
767764
To identify mesh elements and their associated datasets, use the
768765
|identify| :guilabel:`Identify Features` tool from the :guilabel:`Attributes` toolbar.
769766
Click on a mesh element in the map canvas and the :guilabel:`Identify Results` panel
770767
opens, displaying information about the mesh layer and the identified element. The panel shows:
771768

772769
* **Dataset values** for the clicked element:
773770

774-
* The active dataset groups (scalar and, if available, vector)
771+
* The active dataset groups (scalar and/or vector)
775772
at the current time defined by the :guilabel:`Temporal Controller`.
773+
* When the temporal navigation is enabled, all time-aware dataset groups
774+
are shown with values corresponding to the current time step.
775+
* When the temporal navigation is disabled, the results only contain values
776+
from the :ref:`static dataset groups <meshsource>` defined.
776777
* Other dataset groups are also listed after the active ones.
778+
* Geometry information and some returned properties are always available
779+
in both cases.
777780

778781
* **Source** of the dataset (the file where it is stored).
779782

@@ -790,10 +793,6 @@ opens, displaying information about the mesh layer and the identified element. T
790793
* Coordinates of a snapped vertex (if the click was snapped to a vertex).
791794
* Center of a snapped edge (if the click was snapped to an edge).
792795

793-
When the map canvas is non-temporal (temporal navigation disabled),
794-
the results only contain values from the static dataset groups defined
795-
in the mesh layer properties.
796-
797796
.. _figure_mesh_identify:
798797

799798
.. figure:: img/mesh_identify.png

0 commit comments

Comments
 (0)