Salome HOME
NPAL16716. Compound: To create the groups of initial meshes.
[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.gif
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,</li>
32 <li>specify the vector along which the elements will be extruded,</li>
33 <li>number of steps.</li>
34 </ul>
35 <li> <b>Generate Groups</b> checkbox allows copying the groups of
36 elements of the source mesh to the newly created one. </li>
37 </li>
38
39 <li>Click the \b Apply or \b OK button.</li>
40 </ol>
41
42 \image html image77.jpg
43
44 \image html image76.jpg
45
46 <br><b>See Also</b> a sample TUI Script of an 
47 \ref tui_extrusion "Extrusion" operation. 
48
49 */