Salome HOME
d3113ab2c26997d7d392a238c1bcd85bbf7d0af3
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_grouping_elements.doc
1 /*!
2
3 \page tui_grouping_elements_page Grouping Elements
4
5 <br>
6 \anchor tui_create_standalone_group
7 <h2>Create a Standalone Group</h2>
8 \include grouping_elements_ex01.py
9 <a href="../../examples/SMESH/grouping_elements_ex01.py">Download this script</a>
10
11 \image html create_group.png
12
13 <br>
14 \anchor tui_create_group_on_geometry
15 <h2>Create a Group on Geometry</h2>
16 \include grouping_elements_ex02.py
17 <a href="../../examples/SMESH/grouping_elements_ex02.py">Download this script</a>
18
19 <br>
20 \anchor tui_create_group_on_filter
21
22 <h2>Create a Group on Filter</h2>
23 \include grouping_elements_ex03.py
24 <a href="../../examples/SMESH/grouping_elements_ex03.py">Download this script</a>
25
26 <br>
27 \anchor tui_edit_group
28 <h2>Edit a Group</h2>
29 \include grouping_elements_ex04.py
30 <a href="../../examples/SMESH/grouping_elements_ex04.py">Download this script</a>
31
32 \image html editing_groups1.png
33
34 \image html editing_groups2.png
35
36 <br>
37 \anchor tui_union_of_groups
38 <h2>Union of groups</h2>
39 \include grouping_elements_ex05.py
40 <a href="../../examples/SMESH/grouping_elements_ex05.py">Download this script</a>
41
42 \image html union_groups1.png
43
44 \image html union_groups2.png
45
46 \image html union_groups3.png
47
48 <br>
49 \anchor tui_intersection_of_groups
50 <h2>Intersection of groups</h2>
51 \include grouping_elements_ex06.py
52 <a href="../../examples/SMESH/grouping_elements_ex06.py">Download this script</a>
53
54 \image html intersect_groups1.png
55
56 \image html intersect_groups2.png
57
58 \image html intersect_groups3.png
59
60 <br>
61 \anchor tui_cut_of_groups
62 <h2>Cut of groups</h2>
63 \include grouping_elements_ex07.py
64 <a href="../../examples/SMESH/grouping_elements_ex07.py">Download this script</a>
65
66 \image html cut_groups1.png
67
68 \image html cut_groups2.png
69
70 \image html cut_groups3.png
71
72 <br>
73 \anchor tui_create_dim_group
74 <h2>Creating groups of entities from existing groups of superior dimensions</h2>
75 \include grouping_elements_ex08.py
76 <a href="../../examples/SMESH/grouping_elements_ex08.py">Download this script</a>
77
78 \image html dimgroup_tui1.png
79 <center>Source groups of faces</center>
80
81 \image html dimgroup_tui2.png
82 <center>Result groups of edges and nodes</center>
83
84
85
86
87
88 */