Salome HOME
ee162476d4e48239c66989c16c17a139279c6876
[modules/visu.git] / doc / salome / gui / VISU / input / table_presentations.doc
1 /*!
2
3 \page table_presentations_page DataTable object
4
5 <b>DataTable object</b> is a way to represent a two-dimensional data array
6 (data arranged in rows and columns) in Salome. Each column groups values expressed in certain measurement \b units.
7 All \b columns and <b>rows</b>  have  </b>titles</b>. Tables can be \b
8 rarefied, which means that some cells may be empty, without any
9 values.
10
11 <b>DataTable object</b> can be created directly, with the usage of a
12 special programming API (this problem lies out of the scope of Salome
13 GUI Help), or \subpage importing_exporting_tables_page "imported"
14 from properly defined ACSII files. 
15
16 \note Alternatively, it is possible to  create a table from
17 the scalar values applied to the cells forming a \ref cut_lines_page "Cut Lines"
18 presentation. Simply  right-click on the presentation in the Object
19 Browser or in the viewer and select <b>Create Table</b> from the pop-up menu.
20
21 Tables are not displayed automatically. To view the imported table,
22 right-click on it in the Object Brower and select <b>Show Table</b>
23 in the context menu.
24
25 \image html viewtable.png
26
27 It is also possible to create 
28 \subpage table_3d_page "Table 3D presentation" basing on the table
29 data and display it in the VTK viewer.
30
31 Another way of exploiting table data is 
32 \subpage creating_curves_page "creating curves" and
33  \subpage creating_plot2d_page "displaying them in the Plot 2D viewer".
34 Plot 2D viewer is described in the documentation on GUI module. 
35  
36
37
38 */