X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Frotation_operation.doc;h=08c4477b45e065aec16870496514c9b073a1aac7;hb=69b2ec02a2002731ceaf0597fa9f4dd9cd57dc91;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..08c4477b4 100644 --- a/doc/salome/gui/GEOM/input/rotation_operation.doc +++ b/doc/salome/gui/GEOM/input/rotation_operation.doc @@ -9,32 +9,37 @@ \n The first \b Rotation algorithm needs you to define an \b Object to 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 \b Reverse checkbox allows to specify the direction of rotation. +\n Create a copy checkbox allows to keep the initial object, +otherwise it will be removed. +\n \ref restore_presentation_parameters_page "Advanced options". \image html transformation4.png -\b Reverse checkbox allows to specify the direction of rotation. -\n Create a copy checkbox allows to keep the initial object, -otherwise it will be removed. -\n The \b Result will be any \b GEOM_Object. +\n TUI Command: geompy.MakeRotation(Shape, Axis, Angle) +\n Arguments: Name + one or several objects + 1 vector for direction of rotation + 1 angle. \n The second algorithm allows to define the rotated \b Object by three points. Rotation axis will pass through the Central Point and will be will be orthogonal to a plane defned by three points. In this case rotation \b Angle is the angle between two vectors directed -from the first point to the second and to the third. +from the Central Point to \b Point1 and \b Point2. +\n \b Reverse checkbox allows to specify the direction of rotation. +\n Create a copy checkbox allows to keep the initial object, +otherwise it will be removed. +\n \ref restore_presentation_parameters_page "Advanced options". + +\image html transformation4a.png + \n TUI Command: geompy.MakeRotationThreePoints(Shape, CentralPoint, Point1, Point2) \n Arguments: 1 shape + 3 points. -\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".