X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fmulti_translation_operation.doc;h=7e6d64f461aa1d28a653fa6030f7fac8b2a6df72;hb=4fba47faef4e78e8730b1083c11f84adf2cf6e6a;hp=5bd20ff659fbf9f99ea6d08d11ba8d733632809c;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/multi_translation_operation.doc b/doc/salome/gui/GEOM/input/multi_translation_operation.doc index 5bd20ff65..7e6d64f46 100644 --- a/doc/salome/gui/GEOM/input/multi_translation_operation.doc +++ b/doc/salome/gui/GEOM/input/multi_translation_operation.doc @@ -12,7 +12,9 @@ two directions. \n To produce a Simple Multi Translation (in one direction) you need to indicate an \b Object to be translated, a \b Vector of translation, a \b Step of translation and a Number of Times the -Object should be duplicated. +Object should be duplicated. If a curve has been selected instead of +the Vector, only its first and last vertices will be used to get the vector direction +and the dialog preview will display the vector along which the object will be translated. \n TUI Command: geompy.MakeMultiTranslation1D(Shape, Dir, Step, NbTimes) \n Arguments: Name + 1 shape + 1 vector (for direction) + 1 @@ -20,13 +22,15 @@ step value + 1 value (repetition). \image html mtrans1.png -\image html multi_translation_initialsn.png +\image html multi_translation_initialsn.png "The initial object" -\image html multi_translation1dsn.png +\image html multi_translation1dsn.png "The result of a simple multi-translation" \n To produce a Double Multi Translation (in two directions) you need to indicate an \b Object to be translated, and, for both axes, a \b Vector of translation, a \b Step of translation and a Number of Times the shape must be duplicated. +If a curve has been selected instead of the Vector, only its first and last vertices will be used to get the vector direction +and the dialog preview will display the vector along which the object will be translated. \n TUI Command: geompy.MakeMultiTranslation2D(Shape, Dir1, Step1, NbTimes1, Dir2, Step2, NbTimes2), where \em Shape is a shape @@ -40,9 +44,9 @@ along \em Dir2. \image html mtrans2.png -\image html multi_translation_initialsn.png +\image html multi_translation_initialsn.png "The initial object" -\image html multi_translation2dsn.png +\image html multi_translation2dsn.png "The result of a double multi-translation" Our TUI Scripts provide you with useful examples of the use of \ref tui_multi_translation "Transformation Operations".