Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[modules/smesh.git] / doc / salome / gui / SMESH / input / mesh_infos.doc
1 /*!
2
3 \page mesh_infos_page Mesh infos
4
5 \n There are three information boxes: <b>Standard Mesh
6 Infos</b>, <b>Advanced Mesh Infos</b> and <b> Mesh Element Info</b>.
7
8 <br>
9 \anchor standard_mesh_infos_anchor
10 <h2>Standard Mesh Infos</h2>
11
12 The <b>Standard Mesh Infos</b> box gives only the information on the
13 number of elements of maximum dimension and the number of nodes in the
14 mesh. However, from this Info you can learn about groups selected on
15 this mesh.
16 \n To view the <b>Standard Mesh Infos</b>, select your mesh or submesh
17 in the <b>Object Browser</b> and select <b>Standard Mesh Infos</b>
18 from the \b Mesh menu or click <em>"Standard Mesh Infos"</em> button
19 in the toolbar. 
20
21 \image html image49.png
22 <center><em>"Standard Mesh Infos" button</em></center>
23
24 The following information will be displayed:
25
26 \image html a-standmeshinfo.png
27
28 <br>
29 \anchor advanced_mesh_infos_anchor
30 <h2>Advanced Mesh Infos</h2>
31
32 The <b>Advanced Mesh Infos</b> box gives more information about the mesh,
33 including the total number of faces and volumes and their geometrical
34 types.
35 \n To view the <b>Advanced Mesh Infos</b>, select your mesh or submesh
36 in the <b>Object Browser</b> and select <b>Advanced Mesh Infos</b>
37 from the \b Mesh menu or click <em>"Advanced Mesh Infos"</em> button
38 in the toolbar.
39
40 \image html image50.gif
41 <center><em>"Advanced Mesh Infos" button</em></center>
42
43 The following information will be displayed:
44
45 \image html advanced_mesh_infos.png
46
47 <br>
48 \anchor mesh_element_info_anchor
49 <h2>Mesh Element Info</h2> 
50
51 The <b>Mesh Element Info</b> dialog box gives basic information about the type, coordinates and connectivity of the selected mesh node or element.
52 \n It is possible to input the Element ID or to select the Element in
53 the Viewer.
54
55 \image html eleminfo1.png
56
57 \image html eleminfo2.png 
58
59 In case you get Mesh Infos via a TUI script the information is displayed in Python Console.
60 <b>See the</b> \ref tui_viewing_mesh_infos "TUI Example", 
61
62 */