Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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 <em>To translate your mesh:</em>
9 \par
10 From the \b Modification choose \b Transformation and from its
11 sub-menu select the \b Translation item. The following dialog box
12 shall appear:
13
14 \image html translation1.png
15
16 \image html translation2.png
17
18 \par
19 This operation has two options, you can translate in space your mesh
20 or some of its elements specifying:
21 <ul>
22 <li>two points (starting and ending)</li>
23 <li>one vector</li>
24 </ul>
25 Toggle the corresponding checkbox to <b>Select whole mesh, submesh or
26 group</b>.
27 \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
28 \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.
29 \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).
30 \n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
31
32 <br><b>See Also</b> a sample TUI Script of a 
33 \ref tui_translation "Translation" operation.  
34
35 */