]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/extruded_boss_operation.doc
Salome HOME
Small doc modifications
[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 1. Draw the \b profile of the extrusion. It can be:
12
13  - a <a href="create_sketcher_page.html">\b Sketch </a> drawn on a planar face of the object you want to boss.
14  
15  - any closed edge or wire of the desired shape (circle, ellipse ...).
16
17 2. In the <b>Main Menu</b> select <b>Operations - > Extruded Boss</b> or click on 
18 \image html extruded_boss.png
19
20 3. Fill in the dialog box fields:
21
22 \image html extruded_boss_dlg.png
23
24 The input arguments are:
25
26 - The <b>initial shape</b> you want to add material on. It must be a solid or a compound made of a single solid.
27
28 - The \b profile. It must be a \b closed edge or wire and it must be \b planar.
29
30 - The \b height of extrusion. It's calculated from the <b>base profile</b> along the normal to its plane.
31
32 And optionnaly:
33
34 - A <b>draft angle</b> in degrees. Activated by clicking on \image html draft.png
35
36 The direction can be reversed by pushing the <b> Change direction </b> button: \image html change_direction.png
37
38
39 This functionality is available via the textual interface with the command:
40
41 \n <b>TUI Command:</b> <em>geompy.MakeExtrudedBoss(InitShape, Profile, Height, Angle),</em>
42
43 */