Salome HOME
23586: [EDF] HYDRO: Copy mesh to new geometry
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_quality_controls.rst
1 .. _tui_quality_controls_page: 
2
3 ****************
4 Quality Controls
5 ****************
6
7 .. contents:: `Table of contents`
8
9
10 .. _tui_free_borders: 
11
12 Free Borders
13 ============
14
15 .. literalinclude:: ../../../examples/quality_controls_ex01.py
16     :language: python
17
18 :download:`Download this script <../../../examples/quality_controls_ex01.py>`
19
20
21 .. _tui_borders_at_multiconnection: 
22
23 Borders at Multiconnection
24 ==========================
25
26 .. literalinclude:: ../../../examples/quality_controls_ex02.py
27     :language: python
28
29 :download:`Download this script <../../../examples/quality_controls_ex02.py>`
30
31
32 .. _tui_length_1d: 
33
34 Length 1D
35 =========
36
37 .. literalinclude:: ../../../examples/quality_controls_ex03.py
38     :language: python
39
40 :download:`Download this script <../../../examples/quality_controls_ex03.py>`
41
42 .. _tui_free_edges: 
43
44 Free Edges
45 ==========
46
47 .. literalinclude:: ../../../examples/quality_controls_ex04.py
48     :language: python
49
50 :download:`Download this script <../../../examples/quality_controls_ex04.py>`
51
52 .. _tui_free_nodes: 
53
54 Free Nodes
55 ==========
56
57 .. literalinclude:: ../../../examples/quality_controls_ex05.py
58     :language: python
59
60 :download:`Download this script <../../../examples/quality_controls_ex05.py>`
61
62 .. _tui_free_faces: 
63
64 Free Faces
65 ==========
66
67 .. literalinclude:: ../../../examples/quality_controls_ex06.py
68     :language: python
69
70 :download:`Download this script <../../../examples/quality_controls_ex06.py>`
71
72 .. _tui_bare_border_faces: 
73
74 Bare border faces
75 =================
76
77 .. literalinclude:: ../../../examples/quality_controls_ex07.py
78     :language: python
79
80 :download:`Download this script <../../../examples/quality_controls_ex07.py>`
81
82 .. _tui_bare_border_volumes: 
83
84 Bare border volumes
85 ===================
86
87 .. literalinclude:: ../../../examples/quality_controls_ex08.py
88     :language: python
89
90 :download:`Download this script <../../../examples/quality_controls_ex08.py>`
91
92 .. _tui_over_constrained_faces: 
93
94 Over-constrained faces
95 ======================
96
97 .. literalinclude:: ../../../examples/quality_controls_ex09.py
98     :language: python
99
100 :download:`Download this script <../../../examples/quality_controls_ex09.py>`
101
102 .. _tui_over_constrained_volumes: 
103
104 Over-constrained volumes
105 ========================
106
107 .. literalinclude:: ../../../examples/quality_controls_ex10.py
108     :language: python
109
110 :download:`Download this script <../../../examples/quality_controls_ex10.py>`
111
112 .. _tui_length_2d: 
113
114 Length 2D
115 =========
116
117 .. literalinclude:: ../../../examples/quality_controls_ex11.py
118     :language: python
119
120 :download:`Download this script <../../../examples/quality_controls_ex11.py>`
121
122
123 .. _tui_borders_at_multiconnection_2d: 
124
125 Borders at Multiconnection 2D
126 =============================
127
128 .. literalinclude:: ../../../examples/quality_controls_ex12.py
129     :language: python
130
131 :download:`Download this script <../../../examples/quality_controls_ex12.py>`
132
133 .. _tui_area: 
134
135 Area
136 ====
137
138 .. literalinclude:: ../../../examples/quality_controls_ex13.py
139     :language: python
140
141 :download:`Download this script <../../../examples/quality_controls_ex13.py>`
142
143 .. _tui_taper: 
144
145 Taper
146 =====
147
148 .. literalinclude:: ../../../examples/quality_controls_ex14.py
149     :language: python
150
151 :download:`Download this script <../../../examples/quality_controls_ex14.py>`
152
153 .. _tui_aspect_ratio: 
154
155 Aspect Ratio
156 ============
157
158 .. literalinclude:: ../../../examples/quality_controls_ex15.py
159     :language: python
160
161 :download:`Download this script <../../../examples/quality_controls_ex15.py>`
162
163 .. _tui_minimum_angle: 
164
165 Minimum Angle
166 =============
167
168 .. literalinclude:: ../../../examples/quality_controls_ex16.py
169     :language: python
170
171 :download:`Download this script <../../../examples/quality_controls_ex16.py>`
172
173 .. _tui_warping: 
174
175 Warping
176 =======
177
178 .. literalinclude:: ../../../examples/quality_controls_ex17.py
179     :language: python
180
181 :download:`Download this script <../../../examples/quality_controls_ex17.py>`
182
183 .. _tui_skew: 
184
185 Skew
186 ====
187
188 .. literalinclude:: ../../../examples/quality_controls_ex18.py
189     :language: python
190
191 :download:`Download this script <../../../examples/quality_controls_ex18.py>`
192
193 .. _tui_max_element_length_2d: 
194
195 Element Diameter 2D
196 ===================
197
198 .. literalinclude:: ../../../examples/quality_controls_ex19.py
199     :language: python
200
201 :download:`Download this script <../../../examples/quality_controls_ex19.py>`
202
203 .. _tui_aspect_ratio_3d: 
204
205 Aspect Ratio 3D
206 ===============
207
208 .. literalinclude:: ../../../examples/quality_controls_ex20.py
209     :language: python
210
211 :download:`Download this script <../../../examples/quality_controls_ex20.py>`
212
213 .. _tui_volume: 
214
215 Volume
216 ======
217
218 .. literalinclude:: ../../../examples/quality_controls_ex21.py
219     :language: python
220
221 :download:`Download this script <../../../examples/quality_controls_ex21.py>`
222
223 .. _tui_max_element_length_3d:
224
225 Element Diameter 3D
226 ===================
227
228 .. literalinclude:: ../../../examples/quality_controls_ex22.py
229     :language: python
230
231 :download:`Download this script <../../../examples/quality_controls_ex22.py>`