Salome HOME
22874: [CEA 1425] Performance SMESH Module
[modules/smesh.git] / doc / salome / gui / SMESH / input / changing_orientation_of_elements.doc
1 /*!
2
3 \page changing_orientation_of_elements_page Changing orientation of elements
4
5 \n Orientation of an element is changed by reverting the order of its nodes.
6
7 <em>To change orientation of elements:</em>
8 <ol>
9 <li>Display a mesh or a submesh in the 3D viewer.</li>
10 <li>In the \b Modification menu select the \b Orientation item or click
11 <em>Orientation</em> button in the toolbar.
12
13 <center>
14 \image html image79.png
15 <em>"Orientation" button</em>
16 </center>
17
18 The following dialog box will appear:
19
20 <center>
21 \image html orientaation1.png
22 </center>
23 <ul>
24 <li><b>The main list</b> shall contain the elements which will be
25 reoriented. You can click on an element in the 3D viewer and it will
26 be highlighted. After that click the \b Add button and the ID of this
27 element will be added to the list. To remove a selected element or
28 elements from the list click the \b Remove button. The \b Sort button
29 allows to sort the list of elements IDs. The <b>Set filter</b> button
30 allows to apply a definite filter to selection of elements of your
31 group.</li>
32 <li><b>Apply to all</b> radio button allows to modify the orientation
33 of all elements of the currently displayed mesh or submesh.</li>
34 <li><b>Select from</b> set of fields allows to choose a submesh or an
35 existing group whose elements will be automatically added to the
36 list.</li>
37 </ul>
38
39 </li>
40 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
41 </ol>
42
43 <br><b>See Also</b> a sample TUI Script of a 
44 \ref tui_orientation "Change Orientation" operation. 
45
46 */