Salome HOME
21fa2e25c469931d64b2e1c43e6c4daf9372cb88
[modules/smesh.git] / doc / salome / gui / SMESH / input / extrusion.doc
1 /*!
2
3 \page extrusion_page Extrusion
4
5 \n Extrusion is used to build mesh elements of plus one
6 dimension than the input ones. Any line or planar element can be
7 extruded. Line elements will extrude into quadrilateral plane elements.
8 Triangular and Quadrilateral plane elements extrude into Pentahedron
9 and Hexahedron solids respectively.
10
11 <em>To use extrusion:</em>
12 <ol>
13 <li>From the \b Modification menu choose the \b Extrusion item or click
14 <em>"Extrusion"</em> button in the toolbar. 
15
16 \image html image91.png
17 <center><em>"Extrusion" button</em></center>
18
19 The following dialog common for line and planar elements will appear:
20
21 \image html extrusionalongaline1.png
22
23 \image html extrusionalongaline2.png
24
25 </li>
26
27 <li>In this dialog:
28 <ul>
29 <li>select the type of elements which will be extruded (1D or 2D),</li>
30 <li>specify the IDs of the elements which will be extruded:
31 <ul>
32 <li><b>Select the whole mesh, submesh or group</b> activating this
33 checkbox; or</li>
34 <li>choose mesh elements with the mouse in the 3D Viewer. It is
35 possible to select a whole area with a mouse frame; or</li> 
36 <li>input the element IDs directly in <b>ID Elements</b> field. The selected elements will be highlighted in the
37 viewer; or</li>
38 <li>apply Filters. <b>Set filter</b> button allows to apply a filter to the selection of elements. See more
39 about filters in the \ref selection_filter_library_page "Selection filter library" page.</li>
40 </ul>
41 </li>
42 <li>If the <b>Extrude to Distance</b> Radio Button Selected</li>
43 <ul>
44 <li>specify the distance at which the elements will be extruded,</li>
45 </ul>
46 <li>If the <b>Extrude Along Vector</b> Radio Button Selected</li>
47 <ul>
48 <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>
49 <li>specify the distance to be extruded along this vector,</li>
50 </ul>
51 <li>specify the number of steps;</li>
52 <li>activate  <b>Generate Groups</b> checkbox if it is necessary to copy the groups of
53 elements of the source mesh to the newly created one. </li>
54 </li>
55 </ul>
56
57 <li>Click \b Apply or <b> Apply and Close</b>  button to confirm the operation.</li>
58 </ol>
59
60 \image html image77.jpg "The mesh with an edge selected for extrusion"
61
62 \image html image76.jpg "The mesh with extruded edge" 
63
64 <br><b>See Also</b> a sample TUI Script of an 
65 \ref tui_extrusion "Extrusion" operation. 
66
67 */