Salome HOME
390feb7fce8b76ebc1371b675e9f4dadefff62b5
[modules/smesh.git] / doc / salome / gui / SMESH / input / translation.doc
1 /*!
2
3 \page translation_page Translation
4
5 \n This geometrical operation allows to translate in space your mesh
6 or some of its elements.
7
8 \image html translation.png "Translation button"
9
10 <em>To translate your mesh:</em>
11 \par
12 From the \b Modification choose \b Transformation and from its
13 sub-menu select the \b Translation item. The following dialog box
14 shall appear:
15
16 \image html translation1.png
17
18 \image html translation2.png
19
20 \par
21 This operation has two options, you can translate in space your mesh
22 or some of its elements specifying:
23 <ul>
24 <li>two points (starting and ending)</li>
25 <li>one vector</li>
26 </ul>
27 Toggle the corresponding checkbox to <b>Select whole mesh, submesh or
28 group</b>.
29 \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
30 \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 translation.
31 \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_translated (you can change this name in the adjacent box).
32 \n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
33
34 <br><b>See Also</b> a sample TUI Script of a 
35 \ref tui_translation "Translation" operation.  
36
37 */