Salome HOME
Porting GUI documentation on Doxygen tool.
[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 two types of information boxes: <b>Standard Mesh
6 Infos</b> and <b>Advanced Mesh Infos</b>.
7 <ul>
8 <li>\ref standard_mesh_infos_anchor "Standard"</li>
9 <li>\ref advanced_mesh_infos_anchor "Advanced"</li>
10 </ul>
11
12 <br>
13 \anchor standard_mesh_infos_anchor
14 <h2>Standard Mesh Infos</h2>
15
16 The <b>Standard Mesh Infos</b> box gives only the information on the
17 number of elements of maximum dimension and the number of nodes in the
18 mesh. However, from this Info you can learn about groups selected on
19 this mesh.
20 \n To view the <b>Standard Mesh Infos</b>, select your mesh or submesh
21 in the <b>Object Browser</b> and select <b>Standard Mesh Infos</b>
22 from the \b Mesh menu or click <em>"Standard Mesh Infos"</em> button
23 in the toolbar. 
24
25 \image html image49.gif
26 <center><em>"Standard Mesh Infos" button</em></center>
27
28 The following information will be displayed:
29
30 \image html a-standmeshinfo.png
31
32 <br>
33 \anchor advanced_mesh_infos_anchor
34 <h2>Advanced Mesh Infos</h2>
35
36 The <b>Advanced Mesh Infos</b> gives more information about the mesh,
37 including the total number of faces and volumes and their geometrical
38 types.
39 \n To view the <b>Advanced Mesh Infos</b>, select your mesh or submesh
40 in the <b>Object Browser</b> and select <b>Advanced Mesh Infos</b>
41 from the \b Mesh menu or click <em>"Advanced Mesh Infos"</em> button
42 in the toolbar.
43
44 \image html image50.gif
45 <center><em>"Advanced Mesh Infos" button</em></center>
46
47 The following information will be displayed:
48
49 \image html advanced_mesh_infos.png
50
51 In case you get Mesh Infos via a \ref tui_viewing_mesh_infos "TUI script", 
52 the information is displayed in Python Console.
53
54 \image html b-mesh_infos.png
55
56 */