Salome HOME
Merge remote branch 'origin/akl/22379'
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_revolution.doc
index b9d2d7086d871d82fbcdbf07426ee6fb7b7558df..4e649ad7c300f029d6e11c60f6a4acf41dbfac77 100644 (file)
@@ -7,7 +7,8 @@ select <b>New Entity - > Generation  - > Revolution</b>
 
 \n To create an extruded shape by \b Revolution you need to define the
 source \b Object to rotate, the \b Axis of revolution and the \b Angle by which
-the \b Shape has to be rotated around the \b Axis (in degrees).
+the \b Shape has to be rotated around the \b Axis (in degrees).<br>
+It is possible to select in GUI several objects to make several revolutions (using Shift button). 
 \n <b> Both Directions </b> checkbox allows extruding the source
 object both forward and backward.
 \n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
@@ -15,12 +16,13 @@ solid or compsolid).
 
 \n <b>TUI Command:</b> <em>geompy.MakeRevolution(Shape, Axis, Angle).</em>
 \n <b>Arguments:</b> Name + 1 shape (vertex, edge, planar wire, face or shell) serving as base object + 1 vector (for direction) + 1 value (angle).
+\n <b>Advanced options</b> \ref preview_anchor "Preview"
 
 \image html revolution.png
 
 <b>Example:</b>
 
-\image html revolutionsn.png
+\image html revolutionsn.png "Body of revolution"
 
 Our <b>TUI Scripts</b> provide you with useful examples of creation of
 \ref tui_creation_revolution "Complex Geometric Objects".