smesh/doc/gui/input/diagonal_inversion_of_elements.rst

39 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2017-12-08 19:09:48 +05:00
.. _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.
2018-05-25 22:04:48 +05:00
*To inverse the diagonal:*
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
#. From the **Modification** menu choose the **Diagonal inversion** item or click *"Diagonal Inversion"* |img| button in the toolbar.
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
.. |img| image:: ../images/image70.png
2017-12-08 19:09:48 +05:00
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::
2018-05-25 22:04:48 +05:00
The selected edge
2017-12-08 19:09:48 +05:00
.. image:: ../images/image36.jpg
:align: center
.. centered::
2018-05-25 22:04:48 +05:00
The inverted edge
2017-12-08 19:09:48 +05:00
**See Also** a sample TUI Script of a :ref:`tui_diagonal_inversion` operation.