Salome HOME
23ea94517c8ba1c5d77a1c4affa5fdfa0b3aaeaf
[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 you to generate 2D mesh elements as skin
6 on existing 3D mesh elements
7
8 <em>To generate 2D mesh:</em>
9 <ol>
10 <li>From the Modification menu choose the "Create 2D mesh from 3D"
11 Mesh item, or invoke from 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 create 2D mesh elements on face nodes. If mesh
17 already contains 2D elements on detected nodes - no new element
18 created. The result dilog shows mesh information statistoc about new
19 created 2D mesh elements.
20 </ol>
21
22 */