Salome HOME
Redesign SALOME documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_grouping_elements.rst
1 .. _tui_grouping_elements_page:
2
3 *****************
4 Grouping Elements
5 *****************
6
7 .. contents:: `Table of contents`
8
9
10 .. _tui_create_standalone_group: 
11
12 Create a Standalone Group
13 =========================
14
15 .. _grouping_elements_ex01.py:
16
17 ``grouping_elements_ex01.py``
18
19 .. literalinclude:: ../../../examples/grouping_elements_ex01.py
20     :linenos:
21     :language: python
22
23 :download:`../../../examples/grouping_elements_ex01.py`
24
25 .. image:: ../images/create_group.png
26         :align: center
27
28
29 .. _tui_create_group_on_geometry: 
30
31 Create a Group on Geometry
32 ==========================
33
34 .. _grouping_elements_ex02.py:
35
36 ``grouping_elements_ex02.py``
37
38 .. literalinclude:: ../../../examples/grouping_elements_ex02.py
39     :linenos:
40     :language: python
41
42 :download:`../../../examples/grouping_elements_ex02.py`
43
44 .. _tui_create_group_on_filter: 
45
46 Create a Group on Filter
47 ========================
48
49 .. _grouping_elements_ex03.py:
50
51 ``grouping_elements_ex03.py``
52
53 .. literalinclude:: ../../../examples/grouping_elements_ex03.py
54     :linenos:
55     :language: python
56
57 :download:`../../../examples/grouping_elements_ex03.py`
58
59 .. _tui_edit_group: 
60
61 Edit a Group
62 ============
63
64 .. _grouping_elements_ex04.py:
65
66 ``grouping_elements_ex04.py``
67
68 .. literalinclude:: ../../../examples/grouping_elements_ex04.py
69     :linenos:
70     :language: python
71
72 :download:`../../../examples/grouping_elements_ex04.py`
73
74 .. image:: ../images/editing_groups1.png
75         :align: center
76
77
78 .. _tui_union_of_groups: 
79
80 Union of groups
81 ===============
82
83 .. _grouping_elements_ex05.py:
84
85 ``grouping_elements_ex05.py``
86
87 .. literalinclude:: ../../../examples/grouping_elements_ex05.py
88     :linenos:
89     :language: python
90
91 :download:`../../../examples/grouping_elements_ex05.py`
92
93 .. image:: ../images/union_groups1.png
94         :align: center
95
96
97 .. _tui_intersection_of_groups: 
98
99 Intersection of groups
100 ======================
101
102 .. _grouping_elements_ex06.py:
103
104 ``grouping_elements_ex06.py``
105
106 .. literalinclude:: ../../../examples/grouping_elements_ex06.py
107     :linenos:
108     :language: python
109
110 :download:`../../../examples/grouping_elements_ex06.py`
111
112 .. image:: ../images/intersect_groups1.png
113         :align: center
114
115
116 .. _tui_cut_of_groups: 
117
118 Cut of groups
119 =============
120
121 .. _grouping_elements_ex07.py:
122
123 ``grouping_elements_ex07.py``
124
125 .. literalinclude:: ../../../examples/grouping_elements_ex07.py
126     :linenos:
127     :language: python
128
129 :download:`../../../examples/grouping_elements_ex07.py`
130
131 .. image:: ../images/cut_groups1.png
132         :align: center
133
134
135 .. _tui_create_dim_group: 
136
137 Creating groups of entities basing on nodes of other groups
138 ===========================================================
139
140 .. _grouping_elements_ex08.py:
141
142 ``grouping_elements_ex08.py``
143
144 .. literalinclude:: ../../../examples/grouping_elements_ex08.py
145     :linenos:
146     :language: python
147
148 :download:`../../../examples/grouping_elements_ex08.py`
149
150 .. image:: ../images/dimgroup_tui1.png
151         :align: center
152
153
154
155
156
157