X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Ftranslation.doc;h=e4589b5a67e964bcc159b34fe0d91514837f1be1;hp=45565acaa6f8a29491df96acd3149893782d76ee;hb=e7c421ee2a70216b7f739e3bb4d484fc60517682;hpb=315b4dcc1f953568feaef2ca2ad5c421faff33fb diff --git a/doc/salome/gui/SMESH/input/translation.doc b/doc/salome/gui/SMESH/input/translation.doc index 45565acaa..e4589b5a6 100644 --- a/doc/salome/gui/SMESH/input/translation.doc +++ b/doc/salome/gui/SMESH/input/translation.doc @@ -5,43 +5,70 @@ \n This geometrical operation allows to translate in space your mesh or some of its elements. +To translate a mesh: + +
    +
  1. From the \b Modification menu choose \b Transformation -> \b Translation item or click +"Translation" button in the toolbar. + \image html translation.png "Translation button" -To translate your mesh: -\par -From the \b Modification choose \b Transformation and from its -sub-menu select the \b Translation item. The following dialog box -shall appear: +One of the following dialogs will appear: -\image html translation1.png +It is possible to define the vector of thanslation: +\image html translation1.png "by two points" -\image html translation2.png +\image html translation2.png "by the vector from the origin of coordinates" + +
  2. -\par -This operation has two options, you can translate in space your mesh -or some of its elements specifying: +
  3. +In the dialog: +
  4. specify the IDs of the translated elements: +
  5. + +
  6. specify the vector of translation:
  7. -
  8. When Move elements radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
  9. -
  10. When Copy elements 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.
  11. -
  12. When Create as new mesh 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).
  13. -
  14. Copy groups checkbox allows copying the groups of elements of the source mesh to the newly created one.
  15. + +
  16. specify the conditions of translation: + +
  17. + +
  18. Click \b Apply or Apply and Close button to confirm the +operation.
  19. + +
+
See Also a sample TUI Script of a \ref tui_translation "Translation" operation.