Salome HOME
ea25158f1eff42bdb57cc0b6c082fb091ad16bbb
[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 box will appear:
20
21 \image html extrusionalongaline1.png
22
23 \image html extrusionalongaline2.png
24 </li>
25
26 <li>In this dialog box you should select:
27 <ul>
28 <li>the type of elements which will be extruded (1D or 2D),</li>
29 <li>specify the IDs of the elements which will be extruded by
30 selecting them in the 3D viewer or select the whole mesh or
31 submesh,
32 <ul>
33 <li>Check on <b>Select the whole mesh, submesh or group</b> option
34 <li>Choosing them manually with the mouse in the 3D Viewer. You can
35 click on an element in the 3D viewer and it will be highlighted</li>
36 <li>Applying Filters. The <b>Set filter</b> button allows to apply a
37 definite filter to selection of the elements. See more
38 about filters on the
39 \ref selection_filter_library_page "Selection filter library" page.</li>
40 </ul>
41 </li>
42 <li>specify the distance at which the elements will be extruded,</li>
43 <li>specify the vector along which the elements will be extruded,</li>
44 <li>number of steps.</li>
45 </ul>
46 <li> <b>Generate Groups</b> checkbox allows copying the groups of
47 elements of the source mesh to the newly created one. </li>
48 </li>
49
50 <li>Click the \b Apply or \b OK button.</li>
51 </ol>
52
53 \image html image77.jpg "The mesh with an edge selected for extrusion"
54
55 \image html image76.jpg "The mesh with extruded edge" 
56
57 <br><b>See Also</b> a sample TUI Script of an 
58 \ref tui_extrusion "Extrusion" operation. 
59
60 */