Salome HOME
Merge from BR_V5_DEV 16Feb09
[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 In case you get Mesh Infos via a \ref tui_viewing_mesh_infos "TUI script", 
48 the information is displayed in Python Console.
49
50 \image html b-mesh_infos.png
51
52 <br>
53 \anchor mesh_element_info_anchor
54 <h2>Mesh Element Info</h2> 
55
56 The <b>Mesh Element Info</b> box gives basic information about the
57 type and the coordinates of the selected mesh element.
58 \n It is possible to input the Element ID or to select the Element in
59 the Viewer.
60
61 \image html eleminfo1.png
62
63 \image html eleminfo2.png 
64
65 */