]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
0013557: field values display
authorsln <sln@opencascade.com>
Tue, 9 Dec 2008 12:43:50 +0000 (12:43 +0000)
committersln <sln@opencascade.com>
Tue, 9 Dec 2008 12:43:50 +0000 (12:43 +0000)
Documentation

doc/salome/gui/VISU/images/labeling_parameters.png [new file with mode: 0644]
doc/salome/gui/VISU/images/values_labeling.png [new file with mode: 0644]
doc/salome/gui/VISU/input/a3d_presentations.doc
doc/salome/gui/VISU/input/field_presentations.doc
doc/salome/gui/VISU/input/index.doc
doc/salome/gui/VISU/input/values_labeling.doc [new file with mode: 0644]

diff --git a/doc/salome/gui/VISU/images/labeling_parameters.png b/doc/salome/gui/VISU/images/labeling_parameters.png
new file mode 100644 (file)
index 0000000..92cb8c2
Binary files /dev/null and b/doc/salome/gui/VISU/images/labeling_parameters.png differ
diff --git a/doc/salome/gui/VISU/images/values_labeling.png b/doc/salome/gui/VISU/images/values_labeling.png
new file mode 100644 (file)
index 0000000..056b1f1
Binary files /dev/null and b/doc/salome/gui/VISU/images/values_labeling.png differ
index 852bb5a39389dc465c6541a7808f0cd7c306542d..0c944e43f0c11397feb9632889e8c8cc0fea64e6 100644 (file)
@@ -29,6 +29,7 @@
 <li>\ref segmentation_page</li>
 <li>\ref recording_in_gauss_viewer_page</li>
 </ul>
+<li>\ref values_labeling_page</li>
 </ul>
 <li>\subpage viewing_3d_presentations_page</li>
 <ul>
index a60c43cb24627d61948141fe83d355ed786ba010..1987b13a7856722f72d4d42fb498aeba69f8e1c6 100644 (file)
@@ -26,6 +26,7 @@
 <li>\ref segmentation_page</li>
 <li>\ref recording_in_gauss_viewer_page</li>
 </ul>
+<li>\subpage values_labeling_page</li>
 </ul>
 
 */
\ No newline at end of file
index 402f3a699b4de22d7ff4cd70d51e052277f922b0..8ca330b509ceb7419215936e74115b50fcfba7bc 100644 (file)
@@ -35,6 +35,7 @@
 <li>\ref segmentation_page</li>
 <li>\ref recording_in_gauss_viewer_page</li>
 </ul>
+<li>\ref values_labeling_page</li>
 </ul>
 <li>\ref viewing_3d_presentations_page</li>
 <ul>
diff --git a/doc/salome/gui/VISU/input/values_labeling.doc b/doc/salome/gui/VISU/input/values_labeling.doc
new file mode 100644 (file)
index 0000000..e6d3f93
--- /dev/null
@@ -0,0 +1,34 @@
+/*!
+
+\page values_labeling_page Values labeling
+
+<br><h2>Displaying value labels</h2>
+
+In VISU you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data.
+
+<em>To display labels for values:</em>
+<ol>
+<li>Display your presentation in 3d viewer</li>
+<li>Right-click on the presentation in the 3D viewer and from the associated pop-up menu choose <b>Values labeling</b>.</li>
+</ol>
+
+It will looks as follow:
+
+\image html values_labeling.png
+
+<br><h2>Parameters of values labeling</h2>
+
+You have ability to change parameters of values labeling such as font and color. Default parameters can be specified using "Preferences" dialog box. Also you can change parameters  for each presentation.
+
+<em>To change parameters of the presentation:</em>
+<ol>
+<li>Display your presentation in 3d viewer</li>
+<li>Right-click on the presentation in the 3D viewer and from the associated pop-up menu choose <b>Labeling parameters</b>.</li>
+<li>Use "Parameters of values labeling" dialog box for the operation</li>
+</ol>
+
+It will looks as follows:
+
+\image html labeling_parameters.png
+
+*/