smesh/doc/salome/gui/SMESH/input/extrusion.doc

78 lines
2.7 KiB
Plaintext
Raw Normal View History

/*!
\page extrusion_page Extrusion
\n Extrusion is used to build mesh elements of plus one
2012-10-24 14:50:51 +06:00
dimension than the input ones. Any node, segment or 2D element can be
extruded. Element of each type extrude into elements of a certain type
as follows:
<table>
<tr><td><b>Extruded element</b></td><td><b> Result elements </b></td></tr>
<tr><td>Node </td><td> Segments </td></tr>
<tr><td>Segment </td><td> Quadrilaterals </td></tr>
<tr><td>Triangle </td><td> Pentahedrons </td></tr>
<tr><td>Quadrilateral </td><td> Hexahedrons </td></tr>
<tr><td>Polygon </td><td> Polyhedrons </td></tr>
<tr><td>Hexagonal polygon </td><td> Hexagonal prism </td></tr>
</table>
<em>To use extrusion:</em>
<ol>
<li>From the \b Modification menu choose the \b Extrusion item or click
<em>"Extrusion"</em> button in the toolbar.
2012-10-24 14:50:51 +06:00
<center>
2009-02-17 10:27:49 +05:00
\image html image91.png
2012-10-24 14:50:51 +06:00
<em>"Extrusion" button</em>
</center>
2009-02-20 19:12:39 +05:00
The following dialog common for line and planar elements will appear:
\image html extrusionalongaline1.png
\image html extrusionalongaline2.png
</li>
2009-02-20 19:12:39 +05:00
<li>In this dialog:
<ul>
<li>select the type of elements which will be extruded (0D, 1D or 2D),</li>
2009-02-20 19:12:39 +05:00
<li>specify the IDs of the elements which will be extruded:
2009-02-17 10:27:49 +05:00
<ul>
2009-02-20 19:12:39 +05:00
<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>
2009-02-17 10:27:49 +05:00
</ul>
</li>
2009-03-16 19:50:10 +05:00
<li>If the <b>Extrude to Distance</b> radio button is selected</li>
<ul>
2009-02-17 10:27:49 +05:00
<li>specify the distance at which the elements will be extruded,</li>
</ul>
2009-03-16 19:50:10 +05:00
<li>If the <b>Extrude Along Vector</b> radio button is selected</li>
<ul>
2009-03-16 20:13:44 +05:00
<li>specify the coordinates of the vector along which the elements will be extruded, or select the face (the normal to the face will define the vector)</li>
2009-03-16 19:50:10 +05:00
<li>specify the distance of extrusion along the vector,</li>
</ul>
2009-02-20 19:12:39 +05:00
<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>
2009-02-20 19:12:39 +05:00
</ul>
2009-02-20 19:12:39 +05:00
<li>Click \b Apply or <b> Apply and Close</b> button to confirm the operation.</li>
</ol>
2009-02-17 10:27:49 +05:00
\image html image77.jpg "The mesh with an edge selected for extrusion"
2009-02-17 10:27:49 +05:00
\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.
*/