Salome HOME
5be0d58c6fd6f383c43ba0a47ea1643dfb94c6c2
[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 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 <center>\image html image49.png
14 <em>"Mesh Information" button</em></center>
15
16 The <b>Mesh Information</b> dialog box provides three tab pages:
17 - <b>\ref advanced_mesh_infos_anchor "Base Info"</b> - to show base
18 information about the selected mesh object.
19 - <b>\ref mesh_element_info_anchor "Element Info"</b> - to show
20 detailed information about the selected mesh node or element.
21 - <b>\ref mesh_addition_info_anchor "Additional Info"</b> - to show additional information available
22 for the selected mesh, sub-mesh or group object.
23 - <b>\ref mesh_quality_info_anchor "Quality Info"</b> - to show
24 overall quality information about the selected mesh, sub-mesh or group object.
25
26 \anchor advanced_mesh_infos_anchor
27 <h2>Base Information</h2>
28
29 The <b>Base Info</b> tab page of the dialog box provides general
30 information on the selected object - mesh, sub-mesh or mesh group:
31 name, type, total number of nodes and elements separately for each
32 type: 0D elements, edges, faces, volumes, balls.
33
34 <center>\image html advanced_mesh_infos.png
35 <em>"Base Info" page</em></center>
36
37 \anchor mesh_element_info_anchor
38 <h2>Mesh Element Information</h2> 
39
40 The <b>Element Info</b> tab page of the dialog box gives detailed
41 information about the selected mesh node(s) or element(s), namely:
42
43 - For a node:
44   - Node ID;
45   - Coordinates (X, Y, Z);
46   - Connectivity information (connected elements);
47   - Position on a shape (for meshes built on a geometry);
48   - Groups information (names of groups the node belongs to).
49
50 <center>\image html eleminfo1.png
51 <em>"Element Info" page, node information</em></center>
52 <br>
53
54 - For an element:
55   - Element ID;
56   - Type (triangle, quadrangle, etc.);
57   - Gravity center (X, Y, Z coordinates);
58   - Connectivity information (connected nodes);
59   - Quality controls (area, aspect ration, volume, etc.);
60   - Position on a shape (for meshes built on a geometry);
61   - Groups information (names of groups the element belongs to).
62
63 <center>\image html eleminfo2.png 
64 <em>"Element Info" page, element information</em></center>
65
66 The use can either input the ID of a node or element he wants to
67 analyze directly in the dialog box or select the node(s) or element(s) in
68 the 3D viewer.
69
70 \note The information about the groups, to which the node or element belongs,
71  can be shown in a short or in a detailed form. By default, for performance
72 reasons, this information is shown in a short form (group names
73 only). The detailed information on groups can be switched on via the user
74 preferences, see \ref mesh_preferences_page.
75
76 \anchor mesh_addition_info_anchor
77 <h2>Additional Information</h2> 
78
79 The <b>Additional Info</b> tab page of the dialog box provides an
80 additional information on the selected object: mesh, sub-mesh or
81 group.
82
83 For a mesh object, the following information is shown:
84 - Name
85 - Type: based on geomerty, imported, standalone
86 - Shape (if mesh is based on geometry)
87 - File (if mesh is imported from the file)
88 - Groups
89 - Sub-meshes
90
91 <center>\image html addinfo_mesh.png
92 <em>"Additional Info" page, mesh information</em></center>
93 <br>
94
95 For a sub-mesh object, the following information is shown:
96 - Name
97 - Parent mesh
98 - Shape
99
100 <center>\image html addinfo_submesh.png
101 <em>"Additional Info" page, sub-mesh information</em></center>
102 <br>
103
104 For a group object, the following information is shown:
105 - Name
106 - Parent mesh
107 - Type: standalone, group on geometry, group on filter
108 - Entity type: node, edge, face, volume
109 - Size
110 - Color
111 - Number of underlying nodes (for non-nodal groups)
112
113 <center>\image html addinfo_group.png
114 <em>"Additional Info" page, group information</em></center>
115 <br>
116
117 \note For the performance reasons, the number of underlying nodes is
118 computed only by demand. For this, the user should press the "Compute"
119 button (see picture). Also, the number of underlying nodes is
120 automatically calculated if the size of the group does not exceed
121 the "Automatic nodes compute limit" set via the  "Mesh information"
122 preferences (zero value means no limit).
123
124 \anchor mesh_quality_info_anchor
125 <h2>Quality Information</h2>
126
127 The <b>Quality Info</b> tab page of the dialog box provides overal
128 mesh quality controls information on the selected object - mesh, 
129 sub-mesh or mesh group:
130 - Name;
131 - Nodes information:
132   - Number of the free nodes;
133   - Number of double nodes;
134 - Edges information:
135   - Number of double edges;
136 - Faces information:
137   - Number of double faces;
138   - Number of over-constrained faces;
139   - Aspect Ratio histogram;
140 - Volume information:
141   - Number of double volumes;
142   - Number of over-constrained volumes;
143   - Aspect Ratio 3D histogram.
144
145 <center>\image html ctrlinfo.png
146 <em>"Quality Info" page</em></center>
147
148 \note For the perfomance reason, the Aspect Ratio histogram for the big meshes is
149 computed only by demand. For this, the user should press the "Compute"
150 button (see picture). Also, histogram is automatically computed if the size of the 
151 elements does not exceed the "Automatic controls compute limit" set 
152 via the "Mesh information" preferences (zero value means no limit).
153
154 The button \b "Dump" allows printing the information displayed in the
155 dialog box to a .txt file.
156
157 In case you get <b>Mesh Information</b> via a TUI script, the information is
158 displayed in the Python Console. 
159 <b>See the</b> \ref tui_viewing_mesh_infos "TUI Example".
160
161 */
162