]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Documentation for NPAL13444 Table 3D Presentation
authordmv <dmv@opencascade.com>
Wed, 23 Apr 2008 12:28:09 +0000 (12:28 +0000)
committerdmv <dmv@opencascade.com>
Wed, 23 Apr 2008 12:28:09 +0000 (12:28 +0000)
doc/salome/gui/VISU/images/table.png [new file with mode: 0644]
doc/salome/gui/VISU/images/table3d.png [new file with mode: 0644]
doc/salome/gui/VISU/images/tablesn1.png [new file with mode: 0644]
doc/salome/gui/VISU/images/tablesn2.png [new file with mode: 0644]
doc/salome/gui/VISU/input/index.doc
doc/salome/gui/VISU/input/table_3d.doc [new file with mode: 0644]
doc/salome/gui/VISU/input/table_presentations.doc

diff --git a/doc/salome/gui/VISU/images/table.png b/doc/salome/gui/VISU/images/table.png
new file mode 100644 (file)
index 0000000..473aeff
Binary files /dev/null and b/doc/salome/gui/VISU/images/table.png differ
diff --git a/doc/salome/gui/VISU/images/table3d.png b/doc/salome/gui/VISU/images/table3d.png
new file mode 100644 (file)
index 0000000..1b19990
Binary files /dev/null and b/doc/salome/gui/VISU/images/table3d.png differ
diff --git a/doc/salome/gui/VISU/images/tablesn1.png b/doc/salome/gui/VISU/images/tablesn1.png
new file mode 100644 (file)
index 0000000..4db643e
Binary files /dev/null and b/doc/salome/gui/VISU/images/tablesn1.png differ
diff --git a/doc/salome/gui/VISU/images/tablesn2.png b/doc/salome/gui/VISU/images/tablesn2.png
new file mode 100644 (file)
index 0000000..4b3b85d
Binary files /dev/null and b/doc/salome/gui/VISU/images/tablesn2.png differ
index e82b2bc7b971a6be032a33d913a254c71f4ad420..402f3a699b4de22d7ff4cd70d51e052277f922b0 100644 (file)
@@ -51,6 +51,7 @@
 <li>\ref importing_exporting_tables_page</li>
 <li>\ref displaying_tables_page</li>
 <li>\ref creating_tables_from_cut_lines_page</li>
+<li>\ref table_3d_page</li>
 </ul>
 <li>\subpage xy_plots_page</li>
 <ul>
diff --git a/doc/salome/gui/VISU/input/table_3d.doc b/doc/salome/gui/VISU/input/table_3d.doc
new file mode 100644 (file)
index 0000000..15a36d2
--- /dev/null
@@ -0,0 +1,49 @@
+/*!
+
+\page table_3d_page Table 3D presentation
+
+\n <b>Table 3D</b> is a 3D graphic presentation of data contained in the table. 
+The relief and coloring of the resulting
+presentation both correspond to the values contained in the table. The values from the first column of the 
+table define X-axis. The values from the second to the last columns define Z-axis. Y increases with a fixed step starting from Y=0. 
+To successfully produce a Table 3D presentation, the table should not contain empty fields. 
+
+<em>To create a Table 3D presentation:</em>
+\par
+&ndash; Right-click on an XLS table in the
+Object browser and from the context menu choose <b>Show</b>, or <b>Show only</b>
+
+\image html table.png
+
+The table will be immediately displayed in the Viewer.
+
+Choose <b>Edit</b> in the context menu if you wish to change the layout of the presentation.
+
+\image html table3d.png
+
+\par
+<ul>
+<li><b>Scale Factor</b> - visualization scaling of all values of the table.</li>
+<li><b>Presentation type:</b></li>
+<ul>
+<li>\b Surface - Plot 3D will be represented with a smooth surface.</li>
+
+\image html tablesn2.png
+
+<li>\b Contour - Plot 3D will be represented with a set of contours.</li>
+
+\image html tablesn1.png
+
+</ul>
+<li><b>Number of contours</b> - allows to define the number of
+contours (active when Contour presentation type is selected).</li>
+<li> <b>Scalar Bar</b> tab allows to define the parameters of the scalar
+bar displayed with this presentation (\ref scalar_map_page "see also").</li>
+</ul>
+
+It is also possible to choose \b Wireframe or \b Shading \b Representation type, change
+such properties as \b Opacity and <b> Line Width </b> and <b> Translate </b> presentation from the context menu.  
+
+
+
+*/
\ No newline at end of file
index 9e6dc79fe1e6bacc0baab15238f125ef00ba4df4..3b28d878b2fb540fd2ddbf5aa796a57a46115ceb 100644 (file)
@@ -7,6 +7,7 @@
 <li>\subpage importing_exporting_tables_page</li>
 <li>\subpage displaying_tables_page</li>
 <li>\subpage creating_tables_from_cut_lines_page</li>
+<li>\subpage table_3d_page</li> 
 </ul>
 
 */
\ No newline at end of file