Salome HOME
Merge branch 'V8_5_asterstudy'
[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     :linenos:
17     :language: python
18
19 :download:`Download this script <../../../examples/quality_controls_ex01.py>`
20
21
22 .. _tui_borders_at_multiconnection: 
23
24 Borders at Multiconnection
25 ==========================
26
27 .. literalinclude:: ../../../examples/quality_controls_ex02.py
28     :linenos:
29     :language: python
30
31 :download:`Download this script <../../../examples/quality_controls_ex02.py>`
32
33
34 .. _tui_length_1d: 
35
36 Length 1D
37 =========
38
39 .. literalinclude:: ../../../examples/quality_controls_ex03.py
40     :linenos:
41     :language: python
42
43 :download:`Download this script <../../../examples/quality_controls_ex03.py>`
44
45 .. _tui_free_edges: 
46
47 Free Edges
48 ==========
49
50 .. literalinclude:: ../../../examples/quality_controls_ex04.py
51     :linenos:
52     :language: python
53
54 :download:`Download this script <../../../examples/quality_controls_ex04.py>`
55
56 .. _tui_free_nodes: 
57
58 Free Nodes
59 ==========
60
61 .. literalinclude:: ../../../examples/quality_controls_ex05.py
62     :linenos:
63     :language: python
64
65 :download:`Download this script <../../../examples/quality_controls_ex05.py>`
66
67 .. _tui_free_faces: 
68
69 Free Faces
70 ==========
71
72 .. literalinclude:: ../../../examples/quality_controls_ex06.py
73     :linenos:
74     :language: python
75
76 :download:`Download this script <../../../examples/quality_controls_ex06.py>`
77
78 .. _tui_bare_border_faces: 
79
80 Bare border faces
81 =================
82
83 .. literalinclude:: ../../../examples/quality_controls_ex07.py
84     :linenos:
85     :language: python
86
87 :download:`Download this script <../../../examples/quality_controls_ex07.py>`
88
89 .. _tui_bare_border_volumes: 
90
91 Bare border volumes
92 ===================
93
94 .. literalinclude:: ../../../examples/quality_controls_ex08.py
95     :linenos:
96     :language: python
97
98 :download:`Download this script <../../../examples/quality_controls_ex08.py>`
99
100 .. _tui_over_constrained_faces: 
101
102 Over-constrained faces
103 ======================
104
105 .. literalinclude:: ../../../examples/quality_controls_ex09.py
106     :linenos:
107     :language: python
108
109 :download:`Download this script <../../../examples/quality_controls_ex09.py>`
110
111 .. _tui_over_constrained_volumes: 
112
113 Over-constrained volumes
114 ========================
115
116 .. literalinclude:: ../../../examples/quality_controls_ex10.py
117     :linenos:
118     :language: python
119
120 :download:`Download this script <../../../examples/quality_controls_ex10.py>`
121
122 .. _tui_length_2d: 
123
124 Length 2D
125 =========
126
127 .. literalinclude:: ../../../examples/quality_controls_ex11.py
128     :linenos:
129     :language: python
130
131 :download:`Download this script <../../../examples/quality_controls_ex11.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     :linenos:
141     :language: python
142
143 :download:`Download this script <../../../examples/quality_controls_ex12.py>`
144
145 .. _tui_area: 
146
147 Area
148 ====
149
150 .. literalinclude:: ../../../examples/quality_controls_ex13.py
151     :linenos:
152     :language: python
153
154 :download:`Download this script <../../../examples/quality_controls_ex13.py>`
155
156 .. _tui_taper: 
157
158 Taper
159 =====
160
161 .. literalinclude:: ../../../examples/quality_controls_ex14.py
162     :linenos:
163     :language: python
164
165 :download:`Download this script <../../../examples/quality_controls_ex14.py>`
166
167 .. _tui_aspect_ratio: 
168
169 Aspect Ratio
170 ============
171
172 .. literalinclude:: ../../../examples/quality_controls_ex15.py
173     :linenos:
174     :language: python
175
176 :download:`Download this script <../../../examples/quality_controls_ex15.py>`
177
178 .. _tui_minimum_angle: 
179
180 Minimum Angle
181 =============
182
183 .. literalinclude:: ../../../examples/quality_controls_ex16.py
184     :linenos:
185     :language: python
186
187 :download:`Download this script <../../../examples/quality_controls_ex16.py>`
188
189 .. _tui_warping: 
190
191 Warping
192 =======
193
194 .. literalinclude:: ../../../examples/quality_controls_ex17.py
195     :linenos:
196     :language: python
197
198 :download:`Download this script <../../../examples/quality_controls_ex17.py>`
199
200 .. _tui_skew: 
201
202 Skew
203 ====
204
205 .. literalinclude:: ../../../examples/quality_controls_ex18.py
206     :linenos:
207     :language: python
208
209 :download:`Download this script <../../../examples/quality_controls_ex18.py>`
210
211 .. _tui_max_element_length_2d: 
212
213 Element Diameter 2D
214 ===================
215
216 .. literalinclude:: ../../../examples/quality_controls_ex19.py
217     :linenos:
218     :language: python
219
220 :download:`Download this script <../../../examples/quality_controls_ex19.py>`
221
222 .. _tui_aspect_ratio_3d: 
223
224 Aspect Ratio 3D
225 ===============
226
227 .. literalinclude:: ../../../examples/quality_controls_ex20.py
228     :linenos:
229     :language: python
230
231 :download:`Download this script <../../../examples/quality_controls_ex20.py>`
232
233 .. _tui_volume: 
234
235 Volume
236 ======
237
238 .. literalinclude:: ../../../examples/quality_controls_ex21.py
239     :linenos:
240     :language: python
241
242 :download:`Download this script <../../../examples/quality_controls_ex21.py>`
243
244 .. _tui_max_element_length_3d:
245
246 Element Diameter 3D
247 ===================
248
249 .. literalinclude:: ../../../examples/quality_controls_ex22.py
250     :linenos:
251     :language: python
252
253 :download:`Download this script <../../../examples/quality_controls_ex22.py>`