X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fmulti_rotation_operation.doc;h=33411d6c5533c68566a2b8cbea5963aa329e5012;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=0238f63343e1d09f3b46868f9d94a6cbc773b665;hpb=465e84c52edb243fa36d581abc659b1c97156c64;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 0238f6334..33411d6c5 100644 --- a/doc/salome/gui/GEOM/input/multi_rotation_operation.doc +++ b/doc/salome/gui/GEOM/input/multi_rotation_operation.doc @@ -5,18 +5,24 @@ \n To produce a Multi Rotation in the Main Menu select Operations - > Transformation - > Multi Rotation -\n This operation creates a compound of several shapes rotated in one -or two dimensions basing on the initial shape. -\n The \b Result will be one \b GEOM_Object (compound). - -\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 (DZ by -default), Angle of rotation (optionally) and a Number of Times -the shape must be rotated. If Angular step is not defined -(checkbox is not checked), it will be 2 * \a PI / \a NbTimes. Number -of shape's copies 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 This operation creates a compound of several rotated shapes basing on the initial shape. + + +In case of Simple Multi Rotation the object is multiplied by rotation. + +\image html neo-mrot1.png + +The following parameters and options can be defined in this dialog: +- Result Name; +- Main Object to be rotated; +- \b Vector defines the axis of rotation (DZ by default); +- Angular step is the angle by which the object is rotated. By default +(if the checkbox is not checked), it is 2 * \a PI / \a NbTimes; +- Nb. Times is the number of rotated shape copies in the resulting compound. If \a NbTimes = 1, the result contains only the +initial shape; +- \ref restore_presentation_parameters_page "Advanced options". + +\n The \b Result will be a \b GEOM_Object (compound). \n TUI Commands: \n geompy.MultiRotate1DNbTimes(Shape, Axis, NbTimes) @@ -28,24 +34,26 @@ operation, which is currently accessible only via TUI commands: geompy.MakeMultiRotation1DByStep(Shape, Dir, Point, AngleStep, NbTimes), which works in the same way, but the Axis is defined by direction and point. -\image html neo-mrot1.png - \image html multi_rotation1d1.png "The initial object" \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 (DZ by default) on the given -\b Angle (optional) a given Number of Times and -multi-translates each rotation result. -If Angular step is not defined (checkbox is not checked), it -will be 2 * \a PI / \a NbTimes. -Translation direction passes through the center of gravity of the -initial shape and its projection on the rotation axis. Number of -shape's copies 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. +In case of Double Multi Rotation the object is multiplied by rotation and additionally translated several times in each direction. + +\image html neo-mrot2.png + +The following parameters and options can be defined in this dialog: +- Result Name; +- Main Object to be rotated; +- \b Vector defines the axis of rotation (DZ by default); +- Angular step is the angle by which the object is rotated. By default +(if the checkbox is not checked), it is 2 * \a PI / \a NbTimes; +- Nb. Times (\a NbTimes1) is the number of rotated shape copies in the resulting compound; +- \b Reverse checkbox allows changing the direction of translation; +- Radial step is the distance between the shape copies in the same direction. Translation direction passes through the center of gravity of the +initial shape and its projection on the rotation axis; +- Nb. Times (\a NbTimes2) is the number of shape copies in the same direction. If \a NbTimes2 = 1, the result is the same as for Simple Multi Rotation. If both \a NbTimes1 and \a NbTimes2 are equal to 1, the result will contain only the initial non-transformed shape; +- \ref restore_presentation_parameters_page "Advanced options". \n TUI Commands: \n geompy.MultiRotate2DNbTimes(Shape, Axis, NbTimes1, RadialStep, NbTimes2) @@ -57,7 +65,6 @@ operation, which is currently accessible only via TUI commands: geompy.MakeMultiRotation2DByStep(Shape, Dir, Point, AngleStep, NbTimes1, RadialStep, NbTimes2), which works in the same way, but the Axis is defined by direction and point. -\image html neo-mrot2.png \image html multi_rotation2d1.png "The initial object"