Salome HOME
0022108: EDF 2547 SMESH: Duplicate elements only
[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 node, segment or 2D element can be
7 extruded. Each type of elements has a corresponding type of extruded elements:
8 <table>
9 <tr><td><b>Extruded element</b></td><td><b> Result elements </b></td></tr>
10 <tr><td>Node              </td><td> Segments </td></tr>
11 <tr><td>Segment           </td><td> Quadrilaterals </td></tr>
12 <tr><td>Triangle          </td><td> Pentahedrons </td></tr>
13 <tr><td>Quadrilateral     </td><td> Hexahedrons </td></tr>
14 <tr><td>Polygon           </td><td> Polyhedrons </td></tr>
15 <tr><td>Hexagonal polygon </td><td> Hexagonal prism </td></tr>
16 </table>
17
18 <em>To use extrusion:</em>
19 <ol>
20 <li>From the \b Modification menu choose the \b Extrusion item or click
21 <em>"Extrusion"</em> button in the toolbar. 
22
23 <center>
24 \image html image91.png
25 <em>"Extrusion" button</em>
26 </center>
27
28 The following dialog common for line and planar elements will appear:
29
30 \image html extrusionalongaline1.png
31
32 \image html extrusionalongaline2.png
33
34 </li>
35
36 <li>In this dialog:
37 <ul>
38   <li>Select the type of elements which will be extruded (0D, 1D or 2D).</li>
39   <li>Specify the IDs of the elements which will be extruded by one
40     following means:
41     <ul>
42       <li><b>Select the whole mesh, submesh or group</b> activating this
43         checkbox.</li>
44       <li>Choose mesh elements with the mouse in the 3D Viewer. It is
45         possible to select a whole area with a mouse frame.</li> 
46       <li>Input the element IDs directly in <b>ID Elements</b>
47         field. The selected elements will be highlighted in the viewer.</li> 
48       <li>Apply Filters. <b>Set filter</b> button allows to apply a
49         filter to the selection of elements. See more about filters in
50         the \ref filtering_elements "Selection filters" page.</li> 
51     </ul>
52   </li>
53   <li>If the <b>Extrude to Distance</b> radio button is selected</li>
54   <ul>
55     <li>specify the distance at which the elements will be extruded.</li>
56   </ul>
57   <li>If the <b>Extrude Along Vector</b> radio button is selected</li>
58   <ul>
59     <li>specify the coordinates of the vector along which the elements
60       will be extruded, or select the face (the normal to the face will
61       define the vector),</li>
62     <li>specify the distance of extrusion along the vector.</li>
63   </ul>
64   <li>Specify the number of steps.</li>
65   <li>If you activate <b>Generate Groups</b> check-box, the created
66     elements contained in groups will be included into new groups named
67     by pattern "<old group name>_extruded" and "<old group name>_top".</li>
68 </ul>
69
70 <li>Click \b Apply or <b> Apply and Close</b>  button to confirm the operation.</li>
71 </ol>
72
73 \image html image77.jpg "The mesh with an edge selected for extrusion"
74
75 \image html image76.jpg "The mesh with extruded edge" 
76
77 <br><b>See Also</b> a sample TUI Script of an 
78 \ref tui_extrusion "Extrusion" operation. 
79
80 */