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