Salome HOME
Porting GUI documentation on Doxygen tool.
[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
6 nodes of the selected elements.
7
8 <em>To change orientation of elements:</em>
9 <ol>
10 <li>Display a mesh or a submesh in the 3D viewer.</li>
11 <li>In the \b Modification menu select the \b Orientation item or click
12 <em>Orientation</em> button in the toolbar.
13
14 \image html image79.gif
15 <center><em>"Orientation" button</em></center>
16
17 The following dialog box will appear:
18
19 \image html orientaation1.png
20
21 <ul>
22 <li><b>The main list</b> shall contain the elements which will be
23 reoriented. You can click on an element in the 3D viewer and it will
24 be highlighted. After that click the \b Add button and the ID of this
25 element will be added to the list. To remove a selected element or
26 elements from the list click the \b Remove button. The \b Sort button
27 allows to sort the list of elements IDs. The <b>Set filter</b> button
28 allows to apply a definite filter to selection of elements of your
29 group.</li>
30 <li><b>Apply to all</b> radio button allows to modify the orientation
31 of all elements of the currently displayed mesh or submesh.</li>
32 <li><b>Select from</b> set of fields allows to choose a submesh or an
33 existing group whose elements will be automatically added to the
34 list.</li>
35 </ul>
36
37 </li>
38 <li>Click the \b Apply or \b OK button to confirm the operation.</li>
39 </ol>
40
41 <br><b>See Also</b> a sample TUI Script of a 
42 \ref tui_orientation "Change Orientation" operation. 
43
44 */