Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/smesh.git] / doc / salome / gui / SMESH / input / rotation.doc
1 /*!
2
3 \page rotation_page Rotation
4
5 \n This operation allows to rotate in space your mesh or
6 some of its elements.
7
8 \image html rotation_ico.png "Rotation button"
9
10 <em>To rotate your mesh:</em>
11 \par
12 From the \b Modification choose \b Transformation and  from its sub-menu
13 select the \b Rotation item. The following dialog box shall appear:
14
15 \image html rotation.png
16 \par 
17 In this dialog box you can specify the elements which should be
18 rotated
19 <ul>
20 <li>Check on <b>Select the whole mesh, submesh or group</b> option
21 <li>Choosing them manually with the mouse in the 3D Viewer. You can
22 click on an element in the 3D viewer and it will be highlighted</li>
23 <li>Applying Filters. The <b>Set filter</b> button allows to apply a
24 definite filter to selection of the elements. See more
25 about filters on the
26 \ref selection_filter_library_page "Selection filter library" page.</li>
27 </ul>
28  and the rotation parameters:
29 <ul>
30 <li>\b Axis: point and vector</li>
31 <li>\b Angle of rotation</li>
32 </ul>
33
34 \n Toggle the corresponding checkbox to <b> Select whole mesh, submesh or group.</b>  
35 \n When <b>Move elements</b> radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
36 \n When <b>Copy elements</b> radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the rotation.
37 \n When <b>Create as new mesh</b> radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_rotated (you can change this name in the adjacent box).
38 \n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
39 \par
40
41
42 \image html rotation1.png "The initial mesh"
43
44 \image html rotation2.png "The rotated mesh"
45
46 <br><b>See Also</b> a sample TUI Script of a 
47 \ref tui_rotation "Rotation" operation.  
48
49 */