Salome HOME
58bc4a3b639e948eca750210df1989691ec06502
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_grouping_elements.rst
1 *****************
2 Grouping Elements
3 *****************
4
5 .. contents:: `Table of contents`
6
7
8 .. _tui_create_standalone_group: 
9
10 Create a Standalone Group
11 =========================
12
13 .. literalinclude:: ../../../examples/grouping_elements_ex01.py
14     :language: python
15
16 :download:`Download this script <../../../examples/grouping_elements_ex01.py>`
17
18 .. image:: ../images/create_group.png
19         :align: center
20
21
22 .. _tui_create_group_on_geometry: 
23
24 Create a Group on Geometry
25 ==========================
26
27 .. literalinclude:: ../../../examples/grouping_elements_ex02.py
28     :language: python
29
30 :download:`Download this script <../../../examples/grouping_elements_ex02.py>`
31
32 .. _tui_create_group_on_filter: 
33
34 Create a Group on Filter
35 ========================
36
37 .. literalinclude:: ../../../examples/grouping_elements_ex03.py
38     :language: python
39
40 :download:`Download this script <../../../examples/grouping_elements_ex03.py>`
41
42 .. _tui_edit_group: 
43
44 Edit a Group
45 ============
46
47 .. literalinclude:: ../../../examples/grouping_elements_ex04.py
48     :language: python
49
50 :download:`Download this script <../../../examples/grouping_elements_ex04.py>`
51
52 .. image:: ../images/editing_groups1.png
53         :align: center
54
55
56 .. _tui_union_of_groups: 
57
58 Union of groups
59 ===============
60
61 .. literalinclude:: ../../../examples/grouping_elements_ex05.py
62     :language: python
63
64 :download:`Download this script <../../../examples/grouping_elements_ex05.py>`
65
66 .. image:: ../images/union_groups1.png
67         :align: center
68
69
70 .. _tui_intersection_of_groups: 
71
72 Intersection of groups
73 ======================
74
75 .. literalinclude:: ../../../examples/grouping_elements_ex06.py
76     :language: python
77
78 :download:`Download this script <../../../examples/grouping_elements_ex06.py>`
79
80 .. image:: ../images/intersect_groups1.png
81         :align: center
82
83
84 .. _tui_cut_of_groups: 
85
86 Cut of groups
87 =============
88
89 .. literalinclude:: ../../../examples/grouping_elements_ex07.py
90     :language: python
91
92 :download:`Download this script <../../../examples/grouping_elements_ex07.py>`
93
94 .. image:: ../images/cut_groups1.png
95         :align: center
96
97
98 .. _tui_create_dim_group: 
99
100 Creating groups of entities basing on nodes of other groups
101 ===========================================================
102
103 .. literalinclude:: ../../../examples/grouping_elements_ex08.py
104     :language: python
105
106 :download:`Download this script <../../../examples/grouping_elements_ex08.py>`
107
108 .. image:: ../images/dimgroup_tui1.png
109         :align: center
110
111 Creating face groups separated by sharp edges
112 =============================================
113
114 .. literalinclude:: ../../../examples/grouping_elements_ex09.py
115     :language: python
116
117 :download:`Download this script <../../../examples/grouping_elements_ex09.py>`
118