2008-03-07 12:47:05 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page extrusion_page Extrusion
|
|
|
|
|
|
|
|
\n Extrusion is used to build mesh elements of plus one
|
|
|
|
dimension than the input ones. Any line or planar element can be
|
|
|
|
extruded. Line elements will extrude into quadrilateral plane elements.
|
|
|
|
Triangular and Quadrilateral plane elements extrude into Pentahedron
|
|
|
|
and Hexahedron solids respectively.
|
|
|
|
|
|
|
|
<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.
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
\image html image91.png
|
2008-03-07 12:47:05 +05:00
|
|
|
<center><em>"Extrusion" button</em></center>
|
|
|
|
|
2009-02-20 19:12:39 +05:00
|
|
|
The following dialog common for line and planar elements will appear:
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
\image html extrusionalongaline1.png
|
|
|
|
|
2009-02-27 20:33:35 +05:00
|
|
|
\image html extrusionalongaline2.png
|
|
|
|
|
2008-03-07 12:47:05 +05:00
|
|
|
</li>
|
|
|
|
|
2009-02-20 19:12:39 +05:00
|
|
|
<li>In this dialog:
|
2008-03-07 12:47:05 +05:00
|
|
|
<ul>
|
2009-02-20 19:12:39 +05:00
|
|
|
<li>select the type of elements which will be extruded (1D or 2D),</li>
|
|
|
|
<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-02-27 20:33:35 +05:00
|
|
|
<li>If the <b>Extrude to Distance</b> Radio Button Selected</li>
|
|
|
|
<ul>
|
2009-02-17 10:27:49 +05:00
|
|
|
<li>specify the distance at which the elements will be extruded,</li>
|
2009-02-27 20:33:35 +05:00
|
|
|
</ul>
|
|
|
|
<li>If the <b>Extrude Along Vector</b> Radio Button Selected</li>
|
|
|
|
<ul>
|
|
|
|
<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>
|
|
|
|
<li>specify the distance to be extruded along this 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
|
2008-03-07 12:47:05 +05:00
|
|
|
elements of the source mesh to the newly created one. </li>
|
|
|
|
</li>
|
2009-02-20 19:12:39 +05:00
|
|
|
</ul>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2009-02-20 19:12:39 +05:00
|
|
|
<li>Click \b Apply or <b> Apply and Close</b> button to confirm the operation.</li>
|
2008-03-07 12:47:05 +05:00
|
|
|
</ol>
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
\image html image77.jpg "The mesh with an edge selected for extrusion"
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
\image html image76.jpg "The mesh with extruded edge"
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br><b>See Also</b> a sample TUI Script of an
|
|
|
|
\ref tui_extrusion "Extrusion" operation.
|
|
|
|
|
|
|
|
*/
|