Salome HOME
9dbb5c9923cff006424fe84e3a5c4867d98aa570
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_quality_controls.doc
1 /*!
2
3 \page quality_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 four types of quality controls, corresponding to node, edge,
17 face and volume entity type.
18
19 Node quality controls:
20 <ul>
21 <li>\subpage free_nodes_page "Free nodes"</li>
22 <li>\subpage double_nodes_control_page "Double nodes"</li>
23 </ul>
24
25 Edge quality controls:
26 <ul>
27 <li>\subpage free_borders_page "Free borders"</li>
28 <li>\subpage length_page "Length"</li>
29 <li>\subpage borders_at_multi_connection_page "Borders at multi-connection"</li>
30 <li>\subpage double_elements_page "Double edges"</li>
31 </ul>
32
33 Face quality controls:
34 <ul>
35 <li>\subpage free_edges_page "Free edges"</li>
36 <li>\subpage free_faces_page "Free faces"</li>
37 <li>\subpage bare_border_faces_page "Bare border faces"</li>
38 <li>\subpage over_constrained_faces_page "Over-constrained faces"</li>
39 <li>\subpage length_2d_page "Length 2D"</li>
40 <li>\subpage borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
41 <li>\subpage area_page "Area"</li>
42 <li>\subpage taper_page "Taper"</li>
43 <li>\subpage aspect_ratio_page "Aspect ratio"</li>
44 <li>\subpage minimum_angle_page "Minimum angle"</li>
45 <li>\subpage warping_page "Warping"</li>
46 <li>\subpage skew_page "Skew"</li>
47 <li>\subpage max_element_length_2d_page "Element Diameter 2D"</li>
48 <li>\ref double_elements_page "Double faces"</li>
49 </ul>
50
51 Volume quality controls:
52 <ul>
53 <li>\subpage aspect_ratio_3d_page "Aspect ratio 3D"</li>
54 <li>\subpage volume_page "Volume"</li>
55 <li>\subpage max_element_length_3d_page "Element Diameter 3D"</li>
56 <li>\subpage bare_border_volumes_page "Bare border volumes"</li>
57 <li>\subpage over_constrained_volumes_page "Over-constrained volumes"</li>
58 <li>\ref double_elements_page "Double volumes"</li>
59 </ul>
60
61 To manage the quality controls call pop-up in the VTK viewer and select "Controls" sub-menu
62 \image html controls_popup.png
63
64 <ul>
65 <li> <b>Reset</b> switches off quality controls;</li>
66 <li> <b>Node Controls</b> provides access to the node quality controls;</li>
67 <li> <b>Edge Controls</b> provides access to the edge quality controls;</li>
68 <li> <b>Face Controls</b> provides access to the face quality controls;</li>
69 <li> <b>Volume Controls</b> provides access to the volume quality controls;</li>
70 <li> <b>Scalar Bar Properties</b> allows setting \subpage scalar_bar_dlg;</li>
71 <li> <b>Distribution -> Export ...</b> allows saving the distribution of quality control values in the text file;</li>
72 <li> <b>Distribution -> Show </b> Shows/Hides the distribution histogram of the quality control values in the VTK Viewer.</li>
73 <li> <b>Distribution -> Plot </b> Plots the distribution histogram of the quality control values in the Plot 2D Viewer.</li>
74 </ul>
75
76
77 */