X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Frotation_operation.doc;h=41dd4137c4db71c9fea31e95e0838a348399a28f;hb=4fba47faef4e78e8730b1083c11f84adf2cf6e6a;hp=e546f002b3b05d759374405429ea1302b84ba632;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/rotation_operation.doc b/doc/salome/gui/GEOM/input/rotation_operation.doc index e546f002b..41dd4137c 100644 --- a/doc/salome/gui/GEOM/input/rotation_operation.doc +++ b/doc/salome/gui/GEOM/input/rotation_operation.doc @@ -12,6 +12,8 @@ be rotated, an \b Axis of rotation and an \b Angle of rotation. \n TUI Command: geompy.MakeRotation(Shape, Axis, Angle) \n Arguments: Name + one or several objects + 1 vector for direction of rotation + 1 angle. +\n Advanced option: + \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments". \image html transformation4.png @@ -27,14 +29,16 @@ this case rotation \b Angle is the angle between two vectors directed from the first point to the second and to the third. \n TUI Command: geompy.MakeRotationThreePoints(Shape, CentralPoint, Point1, Point2) \n Arguments: 1 shape + 3 points. +\n Advanced option: + \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments". \image html transformation4a.png \n Example: -\image html rotationsn1.png +\image html rotationsn1.png "The initial shape (yellow)" -\image html rotationsn2.png +\image html rotationsn2.png "The rotated shape (grey)" Our TUI Scripts provide you with useful examples of the use of \ref tui_rotation "Transformation Operations".