Salome HOME
Porting GUI documentation on Doxygen tool.
[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 <b>Create a copy</b> button allows to copy the translated object.
28
29 <br><b>See Also</b> a sample TUI Script of a 
30 \ref tui_translation "Translation" operation.  
31
32 */