]> SALOME platform Git repositories - modules/visu.git/blob - doc/salome/gui/VISU/input/evolution.doc
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/visu.git] / doc / salome / gui / VISU / input / evolution.doc
1 /*!
2
3 \page evolution_page Evolution on Point
4
5 <b>Evolution</b> on Point operation allows tracing the temporal evolution of a variable at a given point.
6 It can be activated via the context menu on a field:
7
8 \image html evolution_context_menu.png
9
10 The availability of this operation in the context menu depends on the following conditions:
11
12 <ul>
13 <li>The selected field should be defined on the Node entity.</li>
14 <li>The selected field should have multiple time stamps.</li>
15 </ul>
16
17 The following dialog will be displayed (if the VTK view is active, the preview actor is also displayed):
18
19 \image html evolution_dialog.png
20
21 <ul>
22 <li><b>Field</b> - the name of the field given for information, it cannot be changed in the dialog.</li>
23 <li><b>Point</b> - the point ID. It can be input manually or by
24 selection of the point in the viewer (note that the point selection
25 mode is turned on automatically by the <b>Evolution on Point</b>  dialog).</li>
26 <li><b>Component</b> - the name of the component (scalar mode). This control is
27 enabled if there are multiple components in the field data.</li>
28 </ul>
29
30 Clicking <b>OK</b> button leads to the creation of Plot2d a view
31 with an Evolution graph:
32
33 \image html evolution_result.png
34
35 The X axis of the graph corresponds to the values of the time stamps,
36 the Y axis - to the value of the selected field component at the specified point.
37
38 \note Evolution is automatically published to the study after clicking <b>OK</b>
39 button. It can be restored by selecting the <b>Show</b> action in the context
40 menu on the published object:
41
42 \image html evolution_restore.png
43
44 <b>See Also</b> a sample script of using 
45 \ref tui_evolution_page "Evolution on Point" operation via TUI.
46
47 */