Salome HOME
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
[modules/smesh.git] / doc / salome / gui / SMESH / input / make_2dmesh_from_3d.doc
1 /*!
2
3 \page make_2dmesh_from_3d_page Generate the skin elements (2D) of a mesh having 3D elements
4
5 \n This functionality allows to generate 2D mesh elements as a skin
6 on the existing 3D mesh elements.
7
8 <em>To generate 2D mesh:</em>
9 <ol>
10 <li>From the Modification menu choose "Create 2D mesh from 3D"
11 item, or choose from the popup menu.
12
13 \image html 2d_from_3d_menu.png
14
15 The algorithm detects boundary volume faces without connections to
16 other volumes and creates 2D mesh elements on face nodes. If the mesh
17 already contains 2D elements on the detected nodes, new elements are not
18 created. The the resulting dialog shows mesh information statistics
19 about the newly created 2D mesh elements.
20 </ol>
21
22 */