Salome HOME
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_revolution.doc
1 /*!
2
3 \page create_revolution_page Revolution
4
5 To create an extruded shape by \b Revolution in the <b>Main Menu</b>
6 select <b>New Entity - > Generation  - > Revolution</b>
7
8 \n To create an extruded shape by \b Revolution you need to define the
9 source \b Object to rotate, the \b Axis of revolution and the \b Angle by which
10 the \b Shape has to be rotated around the \b Axis (in degrees).<br>
11 It is possible to select in GUI several objects to make several revolutions (using Shift button). 
12 \n <b> Both Directions </b> checkbox allows extruding the source
13 object both forward and backward.
14 \n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
15 solid or compsolid).
16
17 \n <b>TUI Command:</b> <em>geompy.MakeRevolution(Shape, Axis, Angle).</em>
18 \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).
19 \n <b>Advanced options</b> \ref preview_anchor "Preview"
20
21 \image html revolution.png
22
23 <b>Example:</b>
24
25 \image html revolutionsn.png "Body of revolution"
26
27 Our <b>TUI Scripts</b> provide you with useful examples of creation of
28 \ref tui_creation_revolution "Complex Geometric Objects".
29
30 */