Salome HOME
45565acaa6f8a29491df96acd3149893782d76ee
[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
28 <ul>
29 <li>Select elements for the translation operation
30 <ul>
31 <li>Check on <b>Select the whole mesh, submesh or group</b> option
32 <li>Choosing them manually with the mouse in the 3D Viewer. You can
33 click on an element in the 3D viewer and it will be highlighted</li>
34 <li>Applying Filters. The <b>Set filter</b> button allows to apply a
35 definite filter to selection of the elements. See more
36 about filters on the
37 \ref selection_filter_library_page "Selection filter library" page.</li>
38 </ul>
39 </li>
40 <li>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</li>
41 <li>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.</li>
42 <li>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).</li>
43 <li><b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.</li>
44 </ul>
45
46 <br><b>See Also</b> a sample TUI Script of a 
47 \ref tui_translation "Translation" operation.  
48
49 */