Salome HOME
[bos #36177] [FORUM] - Remove extra-edge on hemisphere
[modules/geom.git] / doc / salome / gui / GEOM / input / extruded_boss_operation.doc
1 /*!
2
3 \page extruded_boss_operation_page Extruded boss
4
5 The <b>Extruded boss</b> operation allows you to easily add material on a \b solid by extruding a profile along the normal to its plane.
6
7 \image html extruded_boss_example.png
8
9 To produce the <b>extruded boss</b>:
10
11 <ol>
12 <li>Draw the \b profile of the extrusion. It can be:
13  
14  <ul>
15  <li> a <a href="create_sketcher_page.html">\b Sketch </a> drawn on a
16  planar face of the initial shape you want to boss.</li>
17  
18  <li> any closed edge or wire of this shape (circle, ellipse ...).</li>
19  </ul>
20  
21 </li>
22
23 <li> In the <b>Main Menu</b> select <b>Operations - > Extruded Boss</b> or click on 
24 \image html extruded_boss.png </li>
25
26 <li> Fill in the dialog box fields:
27
28 \image html extruded_boss_dlg.png </li>
29
30 </ol>
31
32 The input arguments are:
33
34 - The <b>initial shape</b> you want to add material on. It must be a solid or a compound made of a single solid.
35
36 - The \b profile. It must be a \b closed edge or wire and it must be \b planar.
37
38 - The \b height of extrusion. It is calculated from the <b>base profile</b> along the normal to its plane.
39
40 And optionally:
41
42 - A <b>draft angle</b> in degrees. Activated by clicking on \image html draft.png
43
44 The direction can be reversed by pushing the <b> Change direction </b> button: \image html change_direction.png
45
46
47 This functionality is available via the textual interface with the command:
48
49 \n <b>TUI Command:</b> <em>geompy.MakeExtrudedBoss(InitShape, Profile, Height, Angle),</em>
50
51 */