Salome HOME
0022108: EDF 2547 SMESH: Duplicate elements only
[modules/smesh.git] / doc / salome / gui / SMESH / input / uniting_two_triangles.doc
1 /*!
2
3 \page uniting_two_triangles_page Uniting two triangles
4
5 \n In MESH you can union two neighboring triangles (cells) by deletion
6 of the common edge.
7
8 <em>To unite two triangles:</em>
9 <ol>
10 <li>From the \b Modification menu choose the <b>Union of two
11 triangles</b> item or click <em>"Union of two triangles"</em> button
12 in the toolbar.
13
14 \image html image71.png
15 <center><em>"Union of two triangles" button</em></center>
16
17 The following dialog box shall appear:
18
19 \image html unionoftwotriangles.png
20
21 </li>
22 <li>Enter the ID of the required edge in the \b Edge  field or select
23 this edge in the 3D viewer.</li>
24 <li>Click the \b Apply or <b>Apply and Close</b> button.</li>
25 </ol>
26
27 \image html uniting_two_triangles1.png "The selected triangles"
28
29 \image html uniting_two_triangles2.png "The union of two triangles" 
30
31 <br><b>See Also</b> a sample TUI Script of a 
32 \ref tui_uniting_two_triangles "Uniting Two Triangles" operation.  
33
34 */