Salome HOME
Merge branch 'V8_5_asterstudy'
[modules/smesh.git] / doc / salome / gui / SMESH / input / changing_orientation_of_elements.rst
1 .. _changing_orientation_of_elements_page:
2
3 ********************************
4 Changing orientation of elements
5 ********************************
6
7 Orientation of an element is changed by changing the :doc:`order <connectivity>` of its nodes.
8
9 *To change orientation of elements:*
10
11 .. |img| image:: ../images/image79.png
12
13 #. Select a mesh (and display it in the 3D Viewer if you are going to pick elements by mouse).
14 #. In the **Modification** menu select the **Orientation** item or click *Orientation* button |img| in the toolbar.
15
16    The following dialog box will appear:
17
18         .. image:: ../images/orientaation1.png
19                 :align: center
20     
21         * Select type of elements to reorient: **Face** or **Volume**.
22         * **The main list** shall contain the elements which will be reoriented. You can click on an element in the 3D viewer and it will be highlighted. After that click the **Add** button and the ID of this element will be added to the list. To remove a selected element or elements from the list click the **Remove** button. The **Sort** button allows to sort the list of elements IDs. The **Set filter** button allows to apply a definite :ref:`filter <filtering_elements>` to the selection of elements.
23         * **Apply to all** radio button allows to modify the orientation of all elements of the selected mesh.
24         * *Select from** set of fields allows to choose a sub-mesh or an existing group whose elements can be added to the list.
25   
26 #. Click the **Apply** or **Apply and Close** button to confirm the operation.
27
28 **See Also** a sample TUI Script of a :ref:`tui_orientation` operation.
29