/*!
\page extruded_boss_operation_page Extruded boss
The Extruded boss operation allows you to easily add material on a \b solid by extruding a profile along the normal to its plane.
\image html extruded_boss_example.png
To produce the extruded boss:
- Draw the \b profile of the extrusion. It can be:
- a \b Sketch drawn on a
planar face of the initial shape you want to boss.
- any closed edge or wire of this shape (circle, ellipse ...).
- In the Main Menu select Operations - > Extruded Boss or click on
\image html extruded_boss.png
- Fill in the dialog box fields:
\image html extruded_boss_dlg.png
The input arguments are:
- The initial shape you want to add material on. It must be a solid or a compound made of a single solid.
- The \b profile. It must be a \b closed edge or wire and it must be \b planar.
- The \b height of extrusion. It is calculated from the base profile along the normal to its plane.
And optionnaly:
- A draft angle in degrees. Activated by clicking on \image html draft.png
The direction can be reversed by pushing the Change direction button: \image html change_direction.png
This functionality is available via the textual interface with the command:
\n TUI Command: geompy.MakeExtrudedBoss(InitShape, Profile, Height, Angle),
*/