Salome HOME
22874: [CEA 1425] Performance SMESH Module
[modules/smesh.git] / doc / salome / gui / SMESH / input / make_2dmesh_from_3d.doc
1 /*!
2
3 \page make_2dmesh_from_3d_page Generate boundary elements
4
5 \n This functionality allows to generate mesh elements on the borders of
6 elements of a higher dimension.
7
8 <em>To generate border elements:</em>
9 <ol>
10 <li>Select a mesh or group in the Object Browser or in the 3D Viewer</li>
11 <li>From the Modification menu choose "Create boundary elements"
12 item, or click "Create boundary elements" button in the toolbar
13
14 \image html 2d_from_3d_ico.png "Create boundary elements icon"
15
16 The following dialog box will appear:
17 \image html 2d_from_3d_dlg.png "Create boundary elements dialog box".
18 </li>
19 <li>Check in the dialog box one of two radio buttons corresponding to
20 the type of operation you would like to perform.</li>
21 <li>Fill the other fields available in the dialog box.</li>
22 <li>Click the \b Apply or <b>Apply and Close</b> button to perform the operation.</li>
23 </ol>
24
25 \n "Create boundary elements" dialog allows creation of boundary elements
26 of two types.
27 <ul>
28 <li><b>2D from 3D</b> creates mesh faces on free facets of volume elements</li>
29 <li><b>1D from 2D</b> creates mesh edges on free edges of mesh faces</li>
30 </ul>
31 Here a <em>free facet</em> means a facet shared by only one volume, a <em>free edge</em>
32 means an edge shared by only one mesh face.
33
34 In this dialog:
35 <ul>
36 <li>specify the <b>Target</b> mesh, where the boundary elements will
37   be created.
38   <ul>
39   <li><b>This mesh</b> adds elements in the selected mesh.</li>
40   <li><b>New mesh</b> adds elements to a new mesh. The new mesh appears
41   in the Object Browser with the name that you can change in the adjacent box. </li>
42   </ul></li>
43 <li>activate <b>Copy source mesh</b> checkbox to copy all elements of
44 the selected mesh to the new mesh, else the new mesh will contain only
45 boundary elements (old and created by this operation).</li>
46 <li>activate <b>Create group</b> checkbox to create a group to which
47   all the boundary elements (old and new) are added. The new group appears
48   in the Object Browser with the name that you can change in the adjacent box. </li>
49 </ul>
50 <br><b>See Also</b> a sample TUI Script of a \ref tui_make_2dmesh_from_3d "Create boundary elements" operation.  
51
52 */