Salome HOME
Merge remote-tracking branch 'origin/master'
[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, for example, to create 2D elements
7 around a block of 3D elements as in the following figure.
8
9 \image html 2d_from_3d_example.png "Missing 2D elements were generated"
10
11 <em>To generate border elements:</em>
12 <ol>
13 <li>Select a mesh or group in the Object Browser or in the 3D Viewer</li>
14 <li>From the Modification menu choose "Create boundary elements"
15 item, or click "Create boundary elements" button in the toolbar
16
17 \image html 2d_from_3d_ico.png "Create boundary elements icon"
18
19 The following dialog box will appear:
20 \image html 2d_from_3d_dlg.png "Create boundary elements dialog box".
21 </li>
22 <li>Check in the dialog box one of two radio buttons corresponding to
23 the type of operation you would like to perform.</li>
24 <li>Fill the other fields available in the dialog box.</li>
25 <li>Click the \b Apply or <b>Apply and Close</b> button to perform the operation.</li>
26 </ol>
27
28 \n "Create boundary elements" dialog allows creation of boundary elements
29 of two types.
30 <ul>
31 <li><b>2D from 3D</b> creates missing mesh faces on free facets of volume elements</li>
32 <li><b>1D from 2D</b> creates missing mesh edges on free edges of mesh faces</li>
33 </ul>
34 Here a <em>free facet</em> means a facet shared by only one volume, a <em>free edge</em>
35 means an edge shared by only one mesh face.
36
37 In this dialog:
38 <ul>
39 <li>specify the <b>Target</b> mesh, where the boundary elements will
40   be created.
41   <ul>
42   <li><b>This mesh</b> adds elements in the selected mesh.</li>
43   <li><b>New mesh</b> adds elements to a new mesh. The new mesh appears
44     in the Object Browser with the name that you can change in the adjacent box. </li>
45   </ul></li>
46 <li>activate <b>Copy source mesh</b> checkbox to copy all elements of
47 the selected mesh to the new mesh, else the new mesh will contain only
48 boundary elements (old and created by this operation).</li>
49 <li>activate <b>Create group</b> checkbox to create a group to which
50   all the boundary elements (old and new) are added. The new group appears
51   in the Object Browser with the name that you can change in the adjacent box. </li>
52 </ul>
53 <br><b>See Also</b> a sample TUI Script of a \ref tui_make_2dmesh_from_3d "Create boundary elements" operation.  
54
55 */