Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / extruded_cut_operation.doc
index c1c9401585de1402b943a708f2c77afa30535680..0d4d765811ac548010e93a2765780c591e5663ae 100644 (file)
@@ -4,24 +4,32 @@
 
 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.
 
-\image html extruded_cut_example.png
+\image html extruded_cut_example.png
 
 To produce the <b>extruded cut</b>:
 
-1. Draw the \b profile of the extrusion. It can be:
+<ol>
+  <li> Draw the \b profile of the extrusion. It can be:
+  <ul>
+    <li> a <a href="create_sketcher_page.html">\b Sketch </a> drawn on a planar face of the object you want to cut.</li>
+    <li> any closed edge or wire of the desired shape (circle, ellipse ...).</li>
+  </ul>
+  </li>
 
- - a \b Sketch drawn on a planar face of the object you want to cut.
- - any closed edge or wire of the desired shape (circle, ellipse ...).
+  <li> In the <b>Main Menu</b> select <b>Operations - > Extruded Cut</b> or click on
 
-2. In the <b>Main Menu</b> select <b>Operations - > Extruded Cut</b> or click on 
-\image html extruded_cut.png
+  \image html extruded_cut.png
 
-3. Fill in the dialog box fields:
+  </li>
 
-\image
+  <li> Fill in the dialog box fields:
 
-The input parameters are:
+  \image html extruded_cut_dlg.png 
+
+  </li> 
+</ol>
+
+The input arguments are:
 
 - The <b>initial shape</b> you want to cut. It must be a solid or a compound made of a single solid.
 
@@ -33,6 +41,12 @@ And optionnaly:
 
 - A <b>draft angle</b> in degrees. Activated by clicking on \image html draft.png
 
+The direction can be reversed by pushing the <b> Change direction </b> button: \image html change_direction.png
+
+
+This functionality is available via the textual interface with the command:
+
+\n <b>TUI Command:</b> <em>geompy.MakeExtrudedCut(InitShape, Profile, Height,Angle),</em>
 
 
 */