Salome HOME
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
[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 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 three 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 three 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 <li><b>1D from 2D groups</b> creates mesh edges on borders of groups of faces</li>
31 </ul>
32 Here a <em>free facet</em> means a facet shared by only one volume, a <em>free edge</em>
33 means an edge shared by only one mesh face.
34
35 In this dialog:
36 <ul>
37 <li>specify the <b>2D groups</b> on borders of which the edges will be
38 generated (if <b>1D from 2D groups</b> is selected).</li>
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 */