Salome HOME
Porting GUI documentation on Doxygen tool.
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_quality_controls.doc
1 /*!
2
3 \page about_quality_controls_page About quality controls
4
5 \n <b>Mesh quality control</b> in MESH is destined for visual control of the generated mesh.
6
7 Application of a definite quality control consists of usage of the
8 corresponding algorithm, which calculates a value of a definite
9 geometric characteristic (Area, Length of edges, etc) for all meshing
10 elements, composing your mesh. Then all meshing elements are colored
11 according the calculated values. The reference between the coloring of
12 the meshing elements and these calculated values is shown with the
13 help of a scalar bar, which is displayed near the presentation of your
14 mesh.
15
16 There are 1D, 2D and 3D quality controls.
17
18 1D mesh quality controls:
19 <ul>
20 <li>\ref free_borders_page "Free borders"</li>
21 <li>\ref borders_at_multi_connection_page "Borders at multi-connection"</li>
22 <li>\ref length_page "Length"</li>
23 </ul>
24
25 2D mesh quality controls:
26 <ul>
27 <li>\ref free_edges_page "Free edges"</li>
28 <li>\ref length_2d_page "Length 2D"</li>
29 <li>\ref borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
30 <li>\ref area_page "Area"</li>
31 <li>\ref taper_page "Taper"</li>
32 <li>\ref aspect_ratio_page "Aspect ratio"</li>
33 <li>\ref minimum_angle_page "Minimum angle"</li>
34 <li>\ref warping_page "Warping"</li>
35 <li>\ref skew_page "Skew"</li>
36 </ul>
37
38 3D mesh quality controls:
39 <ul>
40 <li>\ref aspect_ratio_3d_page "Aspect ratio 3D"</li>
41 <li>\ref volume_page "Volume"</li>
42 </ul>
43
44 */