Salome HOME
Merge branch 'V8_4_BR'
[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 order of its nodes.
8
9 **To change orientation of elements:**
10
11 #. Select a mesh (and display it in the 3D Viewer if you are going to pick elements by mouse).
12 #. In the **Modification** menu select the **Orientation** item or click **Orientation** button in the toolbar.
13
14         .. image:: ../images/image79.png
15                 :align: center
16
17         .. centered::
18                 **"Orientation" button**
19
20         The following dialog box will appear:
21
22         .. image:: ../images/orientaation1.png
23                 :align: center
24     
25         * Select type of elements to reorient: **Face** or **Volume**.
26         * **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:`filtering_elements` "filter" to the selection of elements.
27         * **Apply to all** radio button allows to modify the orientation of all elements of the selected mesh.
28         * *Select from** set of fields allows to choose a sub-mesh or an existing group whose elements can be added to the list.
29   
30 #. Click the **Apply** or **Apply and Close** button to confirm the operation.
31
32 **See Also** a sample TUI Script of a :ref:`tui_orientation` operation.
33