/*! \page create_revolution_page Revolution To create an extruded shape by \b Revolution in the Main Menu select New Entity - > Generation - > Revolution \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). \n Both Directions 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, solid or compsolid). \n TUI Command: geompy.MakeRevolution(Shape, Axis, Angle). \n Arguments: Name + 1 shape (vertex, edge, planar wire, face or shell) serving as base object + 1 vector (for direction) + 1 value (angle). \image html revolution.png Example: \image html revolutionsn.png Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_revolution "Complex Geometric Objects". */