Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / 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_deflection_2d:
124
125 Deflection 2D
126 =============
127
128 .. literalinclude:: ../../examples/quality_controls_defl.py
129     :language: python
130
131 :download:`Download this script <../../examples/quality_controls_defl.py>`
132
133
134 .. _tui_borders_at_multiconnection_2d: 
135
136 Borders at Multiconnection 2D
137 =============================
138
139 .. literalinclude:: ../../examples/quality_controls_ex12.py
140     :language: python
141
142 :download:`Download this script <../../examples/quality_controls_ex12.py>`
143
144 .. _tui_area: 
145
146 Area
147 ====
148
149 .. literalinclude:: ../../examples/quality_controls_ex13.py
150     :language: python
151
152 :download:`Download this script <../../examples/quality_controls_ex13.py>`
153
154 .. _tui_taper: 
155
156 Taper
157 =====
158
159 .. literalinclude:: ../../examples/quality_controls_ex14.py
160     :language: python
161
162 :download:`Download this script <../../examples/quality_controls_ex14.py>`
163
164 .. _tui_aspect_ratio: 
165
166 Aspect Ratio
167 ============
168
169 .. literalinclude:: ../../examples/quality_controls_ex15.py
170     :language: python
171
172 :download:`Download this script <../../examples/quality_controls_ex15.py>`
173
174 .. _tui_minimum_angle: 
175
176 Minimum Angle
177 =============
178
179 .. literalinclude:: ../../examples/quality_controls_ex16.py
180     :language: python
181
182 :download:`Download this script <../../examples/quality_controls_ex16.py>`
183
184 .. _tui_warping: 
185
186 Warping
187 =======
188
189 .. literalinclude:: ../../examples/quality_controls_ex17.py
190     :language: python
191
192 :download:`Download this script <../../examples/quality_controls_ex17.py>`
193
194 .. _tui_skew: 
195
196 Skew
197 ====
198
199 .. literalinclude:: ../../examples/quality_controls_ex18.py
200     :language: python
201
202 :download:`Download this script <../../examples/quality_controls_ex18.py>`
203
204 .. _tui_max_element_length_2d: 
205
206 Element Diameter 2D
207 ===================
208
209 .. literalinclude:: ../../examples/quality_controls_ex19.py
210     :language: python
211
212 :download:`Download this script <../../examples/quality_controls_ex19.py>`
213
214 .. _tui_aspect_ratio_3d: 
215
216 Aspect Ratio 3D
217 ===============
218
219 .. literalinclude:: ../../examples/quality_controls_ex20.py
220     :language: python
221
222 :download:`Download this script <../../examples/quality_controls_ex20.py>`
223
224 .. _tui_volume: 
225
226 Volume
227 ======
228
229 .. literalinclude:: ../../examples/quality_controls_ex21.py
230     :language: python
231
232 :download:`Download this script <../../examples/quality_controls_ex21.py>`
233
234 .. _tui_max_element_length_3d:
235
236 Element Diameter 3D
237 ===================
238
239 .. literalinclude:: ../../examples/quality_controls_ex22.py
240     :language: python
241
242 :download:`Download this script <../../examples/quality_controls_ex22.py>`