]> SALOME platform Git repositories - modules/visu.git/blob - doc/salome/gui/VISU/input/table_3d.doc
Salome HOME
7a02dd46bcedc94dd03096bb2a93762f58fc30c3
[modules/visu.git] / doc / salome / gui / VISU / input / table_3d.doc
1 /*!
2
3 \page table_3d_page Table 3D presentation
4
5 \n <b>Table 3D</b> is a 3D graphic presentation of data contained in the table. 
6 The relief and coloring of the resulting
7 presentation both correspond to the values contained in the table. The values from the first column of the 
8 table define X-axis. The values from the second to the last columns define Z-axis. 
9 Y increases with a fixed step starting from Y=0. 
10 To successfully produce a Table 3D presentation, the table should not contain empty fields. 
11
12 <em>To create a Table 3D presentation:</em>
13 \par
14 &ndash; Right-click on an table object in the
15 Object browser and from the context menu choose <b>Show</b>, or <b>Show only</b>
16
17 \image html table.png
18
19 The table will be immediately displayed in the Viewer.
20
21 Choose <b>Edit</b> in the context menu if you wish to change the layout of the presentation.
22
23 \image html table3d.png
24
25 \par
26 <ul>
27 <li><b>Scale Factor</b> - visualization scaling of all values of the table.</li>
28 <li><b>Presentation type:</b></li>
29 <ul>
30 <li>\b Surface - Plot 3D will be represented with a smooth surface.</li>
31
32 \image html tablesn2.png
33
34 <li>\b Contour - Plot 3D will be represented with a set of contours.</li>
35
36 \image html tablesn1.png
37
38 </ul>
39 <li><b>Number of contours</b> - allows to define the number of
40 contours (active when Contour presentation type is selected).</li>
41 <li> <b>Scalar Bar</b> tab allows to define the parameters of the scalar
42 bar displayed with this presentation (\ref scalar_map_page "see also").</li>
43 </ul>
44
45 It is also possible to choose \b Wireframe or \b Shading \b Representation type, change
46 such properties as \b Opacity and <b> Line Width </b> and <b> Translate </b> the presentation using the context menu.  
47
48 <br><b>See Also</b> a sample TUI Script of 
49 \ref tui_table_3d_page "Table 3D presentation creation".
50
51 */