X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fmulti_rotation_operation.doc;h=cdc6234a17ded3960aa4ae1c80f2b5d447d4f513;hb=a9bf8c585f1924c1dc4097e442d53eef05338f16;hp=7ad469f890ca6cc92ba05669d52c56c5373bee3c;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/multi_rotation_operation.doc b/doc/salome/gui/GEOM/input/multi_rotation_operation.doc index 7ad469f89..cdc6234a1 100644 --- a/doc/salome/gui/GEOM/input/multi_rotation_operation.doc +++ b/doc/salome/gui/GEOM/input/multi_rotation_operation.doc @@ -12,7 +12,9 @@ or two dimensions basing on the initial geometrical object. \n To produce a Simple Multi Rotation (in one dimension) you need to define a \b Shape to be rotated, an \b Axis of rotation and a Number of Times the shape must be rotated. Rotation Angle will -be 2*PI/NbTimes +be 2 * \a PI / \a NbTimes. Number of shapes in the resulting compound will be equal +to \a NbTimes (if \a NbTimes = 1, the result will contain only the initial +non-transformed shape). \n TUI Command: geompy.MultiRotate1D(Shape, Axis, NbTimes) \n Arguments: Name + 1 shape + 1 vector for direction + 1 value (repetition). @@ -24,15 +26,18 @@ the same way, but the Axis is defined by direction and point. \image html neo-mrot1.png -\image html multi_rotation1d1.png +\image html multi_rotation1d1.png "The initial object" -\image html multi_rotation1d2.png +\image html multi_rotation1d2.png "The result of a simple multi-rotation" \n Double Multi Rotation (in two dimensions) rotates the given \b Object around the given \b Axis on the given \b Angle a given Number of Times and multi-translates each rotation result. Translation direction passes through the center of gravity of -the rotated shape and its projection on the rotation axis. +the rotated shape and its projection on the rotation axis. Number of +shapes in the resulting compound will be equal to \a NbTimes1 x \a NbTimes2 (if +both \a NbTimes1 and \a NbTimes2 are equal to 1, the result will contain +only the initial non-transformed shape). \b Reverse checkbox allows to set the direction of rotation. \n TUI Command: geompy.MultiRotate2D(Shape, Axis, Angle, NbTimes1, Step, NbTimes2) \n Arguments: Name + 1 shape + 1 vector for direction + 1 angle @@ -46,9 +51,9 @@ but the Axis is defined by direction and point. \image html neo-mrot2.png -\image html multi_rotation2d1.png +\image html multi_rotation2d1.png "The initial object" -\image html multi_rotation2d2.png +\image html multi_rotation2d2.png "The result of a double multi-rotation" Our TUI Scripts provide you with useful examples of the use of \ref tui_multi_rotation "Transformation Operations".