Salome HOME
2ce90229ac9d46880114daabfa38ae18fa441fb3
[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 tool-bar.
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 IDs of nodes forming the required edge in the \b Edge field
23   (the node IDs must be separated by dashes) or select this edge in
24   the 3D viewer.</li>
25 <li>Click the \b Apply or <b>Apply and Close</b> button.</li>
26 </ol>
27
28 \image html uniting_two_triangles1.png "The selected triangles"
29
30 \image html uniting_two_triangles2.png "The union of two triangles" 
31
32 <br><b>See Also</b> a sample TUI Script of a 
33 \ref tui_uniting_two_triangles "Uniting Two Triangles" operation.  
34
35 */