Salome HOME
e7a37eecccdd892257caf15673dd6f57eadbdf1f
[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 switched by changing the order of its nodes.
6
7 <em>To change orientation of elements:</em>
8 <ol>
9 <li>Select a mesh.</li>
10 <li>Display a mesh, a group or a sub-mesh if you plan to select
11   elements to reorient in the 3D viewer.</li>
12 <li>In the \b Modification menu select the \b Orientation item or click
13 <em>Orientation</em> button in the toolbar.
14
15 <center>
16 \image html image79.png
17 <em>"Orientation" button</em>
18 </center>
19
20 The following dialog box will appear:
21
22 <center>
23 \image html orientaation1.png
24 </center>
25 <br>
26 <ul>
27 <li>Select <b>Element Type</b> to reorient: either \b Face or \b
28   Volume </li>
29 <li><b>The main list</b> shall contain the elements which will be
30   reoriented. You can click on an element in the 3D viewer and it will
31   be highlighted. After that click the \b Add button and the ID of this
32   element will be added to the list. To remove a selected element or
33   elements from the list click the \b Remove button. The \b Sort button
34   allows to sort the list of elements IDs. <br>
35   The <b>Set filter</b> button allows to apply a definite filter to
36   selection of elements of your group. Depending on \a Source of
37   elements to filter selected in \ref filtering_elements "Filter"
38   dialog, the filter will be applied to different sets of elements.<ul>
39     <li> To all elements of the mesh - for \a Mesh source. All
40       elements satisfying the filter criteria will be highlighted in the
41       Viewer. You can adjust the selection and add the selected elements
42       to the <b>main list</b>.</li>
43     <li> To the elements selected in the Viewer - for <em>Initial
44         Selection</em> source. As a result, elements rejected by the
45         filter will be deselected.</li>
46     <li> To the elemets present in the <b>main list</b> -
47       for <em>Current Dialog</em> source.  As a result, elements rejected
48       by the filter will be remove from the list.</li> </ul>
49 </li>
50 <li><b>Apply to all</b> radio button allows to modify the orientation
51 of all elements of the mesh.</li>
52 <li><b>Select from</b> set of fields allows to choose a sub-mesh or a
53 group whose elements can be added to the list.</li>
54 </ul>
55
56 </li>
57 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
58 </ol>
59
60 <br><b>See Also</b> a sample TUI Script of a 
61 \ref tui_orientation "Change Orientation" operation. 
62
63 */