Salome HOME
Small corrections
[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).
11 \n <b> Both Directions </b> checkbox allows extruding the source
12 object both forward and backward.
13 \n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
14 solid or compsolid).
15
16 \n <b>TUI Command:</b> <em>geompy.MakeRevolution(Shape, Axis, Angle).</em>
17 \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).
18
19 \image html revolution.png
20
21 <b>Example:</b>
22
23 \image html revolutionsn.png
24
25 Our <b>TUI Scripts</b> provide you with useful examples of creation of
26 \ref tui_creation_revolution "Complex Geometric Objects".
27
28 */