Salome HOME
Small doc modifications
[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 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 cut.
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 Cut</b> or click on 
18 \image html extruded_cut.png
19
20 3. Fill in the dialog box fields:
21
22 \image html extruded_cut_dlg.png
23
24 The input arguments are:
25
26 - The <b>initial shape</b> you want to cut. 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.MakeExtrudedCut(InitShape, Profile, Height,Angle),</em>
42
43
44 */