mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-08 07:40:34 +05:00
e78ae8cb5f
16841, 16202, 16203, 16842, 17694
35 lines
985 B
Plaintext
35 lines
985 B
Plaintext
/*!
|
|
|
|
\page translation_page Translation
|
|
|
|
\n This geometrical operation allows to translate in space your mesh
|
|
or some of its elements.
|
|
|
|
<em>To translate your mesh:</em>
|
|
\par
|
|
From the \b Modification choose \b Transformation and from its
|
|
sub-menu select the \b Translation item. The following dialog box
|
|
shall appear:
|
|
|
|
\image html translation1.png
|
|
|
|
\image html translation2.png
|
|
|
|
\par
|
|
This operation has two options, you can translate in space your mesh
|
|
or some of its elements specifying:
|
|
<ul>
|
|
<li>two points (starting and ending)</li>
|
|
<li>one vector</li>
|
|
</ul>
|
|
Toggle the corresponding checkbox to <b>Select whole mesh, submesh or
|
|
group</b>.
|
|
<b>Create a Copy</b> checkbox allows creating a new mesh, the source
|
|
mesh (or group of elements remains at its initial location).
|
|
<b>Generate Groups</b> checkbox allows copying the groups of elements
|
|
of the source mesh to the newly created one.
|
|
|
|
<br><b>See Also</b> a sample TUI Script of a
|
|
\ref tui_translation "Translation" operation.
|
|
|
|
*/ |