Salome HOME
Replace oe by ?
[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 The <b>Mesh Information</b> dialog box provides two tab pages:
9 - <b>Base Info</b> - to show base information about selected mesh
10 object
11 - <b>Element Info</b> - to show detail information about selected mesh
12 node or element.
13
14 \anchor advanced_mesh_infos_anchor
15 <h2>Base Info</h2>
16
17 The <b>Base Info</b> tab page of the dialog box provides general
18 information on the selected object - mesh, sub-mesh or mesh group:
19 name, type, total number of nodes and elements separately for each
20 type: 0D elements, edges, faces and volumes.
21
22 To view the <b>Mesh Information</b>, select your mesh, sub-mesh or
23 group in the <b>Object Browser</b> and invoke <b>Mesh Information</b>
24 item from the \b Mesh menu or click <em>"Mesh Information"</em> button
25 in the toolbar. 
26
27 \image html image49.png
28 <center><em>"Mesh Information" button</em></center>
29
30 The following information will be displayed:
31
32 \image html advanced_mesh_infos.png
33 <center><em>"Base Info" page</em></center>
34
35 \anchor mesh_element_info_anchor
36 <h2>Mesh Element Information</h2> 
37
38 The <b>Element Info</b> tab page of the dialog box gives basic
39 information about the type, coordinates and connectivity of the
40 selected mesh node or element.
41
42 To view the <b>Mesh Element Information</b>, select your mesh, sub-mesh or
43 group in the <b>Object Browser</b> and invoke <b>Mesh Element Information</b>
44 item from the \b Mesh menu or click <em>"Mesh Element Information"</em> button
45 in the toolbar. 
46
47 \image html elem_info.png
48 <center><em>"Mesh Element Information" button</em></center>
49
50 The following information will be displayed:
51
52 \image html eleminfo1.png
53 <center><em>"Element Info" page, node</em></center>
54 <br>
55 \image html eleminfo2.png 
56 <center><em>"Element Info" page, element</em></center>
57
58 The use can either input the ID of a node or element he wants to
59 analyze directly in the dialog box or select the node or element in
60 the 3D viewer.
61
62 In case you get <b>Mesh Information</b> via a TUI script, the information is
63 displayed in the Python Console. 
64 <b>See the</b> \ref tui_viewing_mesh_infos "TUI Example".
65
66 */
67