Salome HOME
Merge remote-tracking branch 'origin/master'
[modules/smesh.git] / doc / salome / gui / SMESH / input / taper.doc
1 /*!
2
3 \page taper_page Taper
4
5 \n \b Taper mesh quality criterion represents the ratio of the areas
6 of two triangles separated by a diagonal within a quadrilateral face.
7
8   <b><center>JA = 0.25 * (A1 + A2 + A3 + A4)
9   <br> TAPER = MAX(|A1/JA - 1|, |A2/JA - 1|, |A3/JA - 1|, |A4/JA - 1|)</center></b>
10
11 <br><em>To apply the Taper quality criterion to your mesh:</em>
12
13 <ol>
14 <li>Display your mesh in the viewer.</li>
15
16 <li>Choose <b>Controls > Face Controls > Taper</b> or click
17 <em>"Taper"</em> button in the toolbar.
18
19 \image html image36.png
20 <center><em>"Taper" button</em></center>
21
22 Your mesh will be displayed in the viewer with its elements colored
23 according to the applied mesh quality control criterion:
24
25 \image html image90.jpg
26 </li>
27 </ol>
28
29 <br><b>See Also</b> a sample TUI Script of a 
30 \ref tui_taper "Taper quality control" operation.  
31
32 */