X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fgui%2Finput%2Fdiagonal_inversion_of_elements.rst;fp=doc%2Fgui%2Finput%2Fdiagonal_inversion_of_elements.rst;h=71302bb7e4f559af9c15530959ab8cfb57ebe07a;hp=0000000000000000000000000000000000000000;hb=4cf07a14111e98e8889620ee7e6371574c31a50c;hpb=d9f4b53e489dd5857db264ede6acded7b076c9f1 diff --git a/doc/gui/input/diagonal_inversion_of_elements.rst b/doc/gui/input/diagonal_inversion_of_elements.rst new file mode 100644 index 000000000..71302bb7e --- /dev/null +++ b/doc/gui/input/diagonal_inversion_of_elements.rst @@ -0,0 +1,38 @@ +.. _diagonal_inversion_of_elements_page: + +*********************************** +Diagonal inversion of two triangles +*********************************** + +In MESH you can inverse the diagonal (edge) of a pseudo-quadrangle +formed by two neighboring triangles with one common edge. + +*To inverse the diagonal:* + +#. From the **Modification** menu choose the **Diagonal inversion** item or click *"Diagonal Inversion"* |img| button in the toolbar. + +.. |img| image:: ../images/image70.png + +The following dialog box shall appear: + + .. image:: ../images/diagonalinversion.png + :align: center + +#. Enter IDs of nodes forming the required edge in the **Edge** field (the node IDs must be separated by dashes) or select this edge in the 3D viewer. +#. Click the **Apply** or **Apply and Close** button. + + .. image:: ../images/image38.jpg + :align: center + + .. centered:: + The selected edge + + .. image:: ../images/image36.jpg + :align: center + + .. centered:: + The inverted edge + +**See Also** a sample TUI Script of a :ref:`tui_diagonal_inversion` operation. + +