Salome HOME
0023505: Sigsegv with fuse on cylinder and cone
[modules/geom.git] / doc / salome / gui / GEOM / input / extruded_cut_operation.doc
1 /*!
2
3 \page extruded_cut_operation_page Extruded cut
4
5 The <b>Extruded cut</b> operation allows you to easily remove material from a \b solid by extruding a profile along the normal to its plane.
6
7 \image html extruded_cut_example.png
8
9 To produce the <b>extruded cut</b>:
10
11 <ol>
12   <li> Draw the \b profile of the extrusion. It can be:
13   <ul>
14     <li> a <a href="create_sketcher_page.html">\b Sketch </a> drawn on a planar face of the object you want to cut.</li>
15     <li> any closed edge or wire of the desired shape (circle, ellipse ...).</li>
16   </ul>
17   </li>
18
19   <li> In the <b>Main Menu</b> select <b>Operations - > Extruded Cut</b> or click on
20
21   \image html extruded_cut.png
22
23   </li>
24
25   <li> Fill in the dialog box fields:
26
27   \image html extruded_cut_dlg.png 
28
29   </li> 
30 </ol>
31
32 The input arguments are:
33
34 - The <b>initial shape</b> you want to cut. 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's calculated from the <b>base profile</b> along the normal to its plane.
39
40 And optionnaly:
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.MakeExtrudedCut(InitShape, Profile, Height,Angle),</em>
50
51
52 */