Salome HOME
0019928: EDF 771 SMESH : Extrusion (Revolution) with normal to a face
[modules/smesh.git] / doc / salome / gui / SMESH / input / extrusion.doc
index 674a9d9b4ce77c3a92ddc9e15d2c65f1fdfa3f50..21fa2e25c469931d64b2e1c43e6c4daf9372cb88 100644 (file)
@@ -13,35 +13,53 @@ and Hexahedron solids respectively.
 <li>From the \b Modification menu choose the \b Extrusion item or click
 <em>"Extrusion"</em> button in the toolbar. 
 
-\image html image91.gif
+\image html image91.png
 <center><em>"Extrusion" button</em></center>
 
-The following dialog box will appear:
+The following dialog common for line and planar elements will appear:
 
 \image html extrusionalongaline1.png
 
 \image html extrusionalongaline2.png
+
 </li>
 
-<li>In this dialog box you should select:
+<li>In this dialog:
+<ul>
+<li>select the type of elements which will be extruded (1D or 2D),</li>
+<li>specify the IDs of the elements which will be extruded:
+<ul>
+<li><b>Select the whole mesh, submesh or group</b> activating this
+checkbox; or</li>
+<li>choose mesh elements with the mouse in the 3D Viewer. It is
+possible to select a whole area with a mouse frame; or</li> 
+<li>input the element IDs directly in <b>ID Elements</b> field. The selected elements will be highlighted in the
+viewer; or</li>
+<li>apply Filters. <b>Set filter</b> button allows to apply a filter to the selection of elements. See more
+about filters in the \ref selection_filter_library_page "Selection filter library" page.</li>
+</ul>
+</li>
+<li>If the <b>Extrude to Distance</b> Radio Button Selected</li>
+<ul>
+<li>specify the distance at which the elements will be extruded,</li>
+</ul>
+<li>If the <b>Extrude Along Vector</b> Radio Button Selected</li>
 <ul>
-<li>the type of elements which will be extruded (1D or 2D),</li>
-<li>specify the IDs of the elements which will be extruded by
-selecting them in the 3D viewer or select the whole mesh or
-submesh,</li>
-<li>specify the vector along which the elements will be extruded,</li>
-<li>number of steps.</li>
+<li>specify the vector along which the elements will be extruded, or select the face (the normale to the face will be define a vector)</li>
+<li>specify the distance to be extruded along this vector,</li>
 </ul>
-<li> <b>Generate Groups</b> checkbox allows copying the groups of
+<li>specify the number of steps;</li>
+<li>activate  <b>Generate Groups</b> checkbox if it is necessary to copy the groups of
 elements of the source mesh to the newly created one. </li>
 </li>
+</ul>
 
-<li>Click the \b Apply or \b OK button.</li>
+<li>Click \b Apply or <b> Apply and Close</b>  button to confirm the operation.</li>
 </ol>
 
-\image html image77.jpg
+\image html image77.jpg "The mesh with an edge selected for extrusion"
 
-\image html image76.jpg
+\image html image76.jpg "The mesh with extruded edge" 
 
 <br><b>See Also</b> a sample TUI Script of an 
 \ref tui_extrusion "Extrusion" operation.