Salome HOME
Fix Redesign of SMESH 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 .. literalinclude:: ../../../examples/grouping_elements_ex01.py
16     :linenos:
17     :language: python
18
19 :download:`Download this script <../../../examples/grouping_elements_ex01.py>`
20
21 .. image:: ../images/create_group.png
22         :align: center
23
24
25 .. _tui_create_group_on_geometry: 
26
27 Create a Group on Geometry
28 ==========================
29
30 .. literalinclude:: ../../../examples/grouping_elements_ex02.py
31     :linenos:
32     :language: python
33
34 :download:`Download this script <../../../examples/grouping_elements_ex02.py>`
35
36 .. _tui_create_group_on_filter: 
37
38 Create a Group on Filter
39 ========================
40
41 .. literalinclude:: ../../../examples/grouping_elements_ex03.py
42     :linenos:
43     :language: python
44
45 :download:`Download this script <../../../examples/grouping_elements_ex03.py>`
46
47 .. _tui_edit_group: 
48
49 Edit a Group
50 ============
51
52 .. literalinclude:: ../../../examples/grouping_elements_ex04.py
53     :linenos:
54     :language: python
55
56 :download:`Download this script <../../../examples/grouping_elements_ex04.py>`
57
58 .. image:: ../images/editing_groups1.png
59         :align: center
60
61
62 .. _tui_union_of_groups: 
63
64 Union of groups
65 ===============
66
67 .. literalinclude:: ../../../examples/grouping_elements_ex05.py
68     :linenos:
69     :language: python
70
71 :download:`Download this script <../../../examples/grouping_elements_ex05.py>`
72
73 .. image:: ../images/union_groups1.png
74         :align: center
75
76
77 .. _tui_intersection_of_groups: 
78
79 Intersection of groups
80 ======================
81
82 .. literalinclude:: ../../../examples/grouping_elements_ex06.py
83     :linenos:
84     :language: python
85
86 :download:`Download this script <../../../examples/grouping_elements_ex06.py>`
87
88 .. image:: ../images/intersect_groups1.png
89         :align: center
90
91
92 .. _tui_cut_of_groups: 
93
94 Cut of groups
95 =============
96
97 .. literalinclude:: ../../../examples/grouping_elements_ex07.py
98     :linenos:
99     :language: python
100
101 :download:`Download this script <../../../examples/grouping_elements_ex07.py>`
102
103 .. image:: ../images/cut_groups1.png
104         :align: center
105
106
107 .. _tui_create_dim_group: 
108
109 Creating groups of entities basing on nodes of other groups
110 ===========================================================
111
112 .. literalinclude:: ../../../examples/grouping_elements_ex08.py
113     :linenos:
114     :language: python
115
116 :download:`Download this script <../../../examples/grouping_elements_ex08.py>`
117
118 .. image:: ../images/dimgroup_tui1.png
119         :align: center
120
121
122
123
124
125