X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fgui%2Finput%2Ftaper.rst;fp=doc%2Fgui%2Finput%2Ftaper.rst;h=db6d75fa7f40a74530e6b0e60da479ec6f6160d4;hp=0000000000000000000000000000000000000000;hb=4cf07a14111e98e8889620ee7e6371574c31a50c;hpb=d9f4b53e489dd5857db264ede6acded7b076c9f1;ds=sidebyside diff --git a/doc/gui/input/taper.rst b/doc/gui/input/taper.rst new file mode 100644 index 000000000..db6d75fa7 --- /dev/null +++ b/doc/gui/input/taper.rst @@ -0,0 +1,29 @@ +.. _taper_page: + +***** +Taper +***** + +**Taper** mesh quality criterion represents the ratio of the areas +of two triangles separated by a diagonal within a quadrilateral face. + +:: + + **JA = 0.25 * (A1 + A2 + A3 + A4)** + **TAPER = MAX(|A1/JA - 1|, |A2/JA - 1|, |A3/JA - 1|, |A4/JA - 1|)** + +*To apply the Taper quality criterion to your mesh:* + +.. |img| image:: ../images/image36.png + +#. Display your mesh in the viewer. +#. Choose **Controls > Face Controls > Taper** or click *"Taper"* button |img| in the toolbar. + + + Your mesh will be displayed in the viewer with its elements colored according to the applied mesh quality control criterion: + + .. image:: ../images/image90.jpg + :align: center + +**See Also** a sample TUI Script of a :ref:`tui_taper` filter. +