Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / doc / salome / gui / SMESH / input / rotation.doc
1 /*!
2
3 \page rotation_page Rotation
4
5 \n This geometrical operation allows to rotate in space your mesh or
6 some of its elements.
7
8 <em>To rotate your mesh:</em>
9 \par
10 From the \b Modification choose \b Transformation and  from its sub-menu
11 select the \b Rotation item. The following dialog box shall appear:
12
13 \image html rotation.png
14 \par 
15 In this dialog box you can specify the elements which should be
16 rotated and the rotation parameters:
17 <ul>
18 <li>\b Axis: point and vector</li>
19 <li>\b Angle of rotation</li>
20 </ul>
21
22 \n Toggle the corresponding checkbox to <b> Select whole mesh, submesh or group.</b>  
23 \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
24 \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.
25 \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).
26 \n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
27 \par
28
29
30 \image html rotation1.png
31
32 \image html rotation2.png
33
34 <br><b>See Also</b> a sample TUI Script of a 
35 \ref tui_rotation "Rotation" operation.  
36
37 */