Salome HOME
Merge from V6_3_BR 06/06/2011
[modules/smesh.git] / doc / salome / gui / SMESH / input / mesh_infos.doc
1 /*!
2
3 \page mesh_infos_page Mesh Information
4
5 The user can obtain an information about the selected mesh object
6 (mesh, sub-mesh or group) using <b>Mesh Information</b> dialog box.
7
8 To view the <b>Mesh Information</b>, select your mesh, sub-mesh or
9 group in the <b>Object Browser</b> and invoke <b>Mesh Information</b>
10 item from the \b Mesh menu or click <em>"Mesh Information"</em> button
11 in the toolbar. 
12
13 \image html image49.png
14 <center><em>"Mesh Information" button</em></center>
15
16 The <b>Mesh Information</b> dialog box provides two tab pages:
17 - <b>Base Info</b> - to show base information about selected mesh
18 object
19 - <b>Element Info</b> - to show detail information about selected mesh
20 node or element.
21
22 \anchor advanced_mesh_infos_anchor
23 <h2>Base Info</h2>
24
25 The <b>Base Info</b> tab page of the dialog box provides general
26 information on the selected object - mesh, sub-mesh or mesh group:
27 name, type, total number of nodes and elements separately for each
28 type: 0D elements, edges, faces and volumes.
29
30 \image html advanced_mesh_infos.png
31 <center><em>"Base Info" page</em></center>
32
33 \anchor mesh_element_info_anchor
34 <h2>Mesh Element Information</h2> 
35
36 The <b>Element Info</b> tab page of the dialog box gives basic
37 information about the type, coordinates and connectivity of the
38 selected mesh node or element.
39
40 \image html eleminfo1.png
41 <center><em>"Element Info" page, node information</em></center>
42 <br>
43 \image html eleminfo2.png 
44 <center><em>"Element Info" page, element information</em></center>
45
46 The use can either input the ID of a node or element he wants to
47 analyze directly in the dialog box or select the node or element in
48 the 3D viewer.
49
50 In case you get <b>Mesh Information</b> via a TUI script, the information is
51 displayed in the Python Console. 
52 <b>See the</b> \ref tui_viewing_mesh_infos "TUI Example".
53
54 */
55