Salome HOME
Redesign SALOME documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / taper.rst
1 .. _taper_page:
2
3 *****
4 Taper
5 *****
6
7 **Taper** mesh quality criterion represents the ratio of the areas
8 of two triangles separated by a diagonal within a quadrilateral face.
9
10 ::
11
12         **JA = 0.25 * (A1 + A2 + A3 + A4)**
13         **TAPER = MAX(|A1/JA - 1|, |A2/JA - 1|, |A3/JA - 1|, |A4/JA - 1|)**
14
15 **To apply the Taper quality criterion to your mesh:**
16
17
18 #. Display your mesh in the viewer.
19
20 #. Choose **Controls > Face Controls > Taper** or click **"Taper"** button in the toolbar.
21
22         .. image:: ../images/image36.png
23                 :align: center
24
25         .. centered:: 
26                 **"Taper" button**
27
28         Your mesh will be displayed in the viewer with its elements colored according to the applied mesh quality control criterion:
29
30         .. image:: ../images/image90.jpg
31                 :align: center
32
33 **See Also** a sample TUI Script of a 
34 :ref:`tui_taper` operation.  
35