Salome HOME
22874: [CEA 1425] Performance SMESH Module
[modules/smesh.git] / doc / salome / gui / SMESH / input / uniting_set_of_triangles.doc
1 /*!
2
3 \page uniting_set_of_triangles_page Uniting a set of triangles
4
5 \n In contrast to the previous operation this one allows to unite at
6 once many triangles if they have adjacent edges.
7
8 <em>To union several triangles:</em>
9 <ol>
10 <li>Display a mesh or a sub-mesh in the 3D viewer.</li>
11 <li>In the \b Modification menu select the <b>Union of triangles</b>
12 item or click <em>"Union of triangles"</em> button in the toolbar.
13
14 \image html image80.png
15 <center><em>"Union of triangles" button</em></center>
16
17 The following dialog box will appear:
18
19 \image html a-unionoftriangles.png
20
21 <ul>
22 <li><b>The main list</b> shall contain the triangles which will be
23 united. You can click on an triangle in the 3D viewer and it will be
24 highlighted. After that click the \b Add button and the ID of this
25 triangle will be added to the list. To remove a selected element or
26 elements from the list click the \b Remove button. The \b Sort button allows
27 to sort the list of IDs. The <b>Set filter</b> button allows to apply a
28 definite filter to selection of triangles.</li>
29 <li><b>Apply to all</b> radio button allows to modify connectivity and
30 type of all triangles of the currently displayed mesh or sub-mesh.</li>
31 <li><b>Preview</b> provides a preview in the viewer.</li>
32 <li>\b Criterion menu allows to choose a quality criterion,
33  which will be optimized to select triangles to unite.</li>
34 <li><b>Select from</b> set of fields allows to choose a sub-mesh or an
35 existing group whose triangle elements will be automatically added to
36 the list.</li>
37 </ul>
38
39 </li>
40 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
41 </ol>
42
43 If some selected triangle elements have no adjacent edges with one of
44 the others, the operation on these elements shall take no effect.
45
46 \image html uniting_a_set_of_triangles1.png "The chosen triangles"
47
48 \image html uniting_a_set_of_triangles2.png "The union of several triangles - several quadrangular cells are created"
49
50 <br><b>See Also</b> a sample TUI Script of a 
51 \ref tui_uniting_set_of_triangles "Uniting a Set of Triangles" operation.  
52
53 */