Salome HOME
0be8e0a6d3125f0b054621e3b4e43c5a1ff40609
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_transforming_meshes.rst
1 .. _tui_transforming_meshes_page: 
2
3 *******************
4 Transforming Meshes
5 *******************
6
7 .. contents:: `Table of contents`
8
9
10 .. _tui_translation: 
11
12 Translation
13 ===========
14
15 .. literalinclude:: ../../../examples/transforming_meshes_ex01.py
16     :linenos:
17     :language: python
18
19 :download:`Download this script <../../../examples/transforming_meshes_ex01.py>`
20
21 .. _tui_rotation: 
22
23 Rotation
24 ========
25
26 .. literalinclude:: ../../../examples/transforming_meshes_ex02.py
27     :linenos:
28     :language: python
29
30 :download:`Download this script <../../../examples/transforming_meshes_ex02.py>`
31
32 .. _tui_scale: 
33
34 Scale
35 =====
36
37 .. literalinclude:: ../../../examples/transforming_meshes_ex03.py
38     :linenos:
39     :language: python
40
41 :download:`Download this script <../../../examples/transforming_meshes_ex03.py>`
42
43 .. _tui_symmetry: 
44
45 Symmetry
46 ========
47
48 .. literalinclude:: ../../../examples/transforming_meshes_ex04.py
49     :linenos:
50     :language: python
51
52 :download:`Download this script <../../../examples/transforming_meshes_ex04.py>`
53
54 .. _tui_merging_nodes: 
55
56 Merging Nodes
57 =============
58
59 .. literalinclude:: ../../../examples/transforming_meshes_ex05.py
60     :linenos:
61     :language: python
62
63 :download:`Download this script <../../../examples/transforming_meshes_ex05.py>`
64
65 .. _tui_merging_elements: 
66
67 Merging Elements
68 ================
69
70 .. literalinclude:: ../../../examples/transforming_meshes_ex06.py
71     :linenos:
72     :language: python
73
74 :download:`Download this script <../../../examples/transforming_meshes_ex06.py>`
75
76 .. _tui_sew_meshes_border_to_side: 
77
78 Sew Meshes Border to Side
79 =========================
80
81 .. literalinclude:: ../../../examples/transforming_meshes_ex07.py
82     :linenos:
83     :language: python
84
85 :download:`Download this script <../../../examples/transforming_meshes_ex07.py>`
86
87 .. _tui_sew_conform_free_borders: 
88
89 Sew Conform Free Borders
90 ========================
91
92 .. literalinclude:: ../../../examples/transforming_meshes_ex08.py
93     :linenos:
94     :language: python
95
96 :download:`Download this script <../../../examples/transforming_meshes_ex08.py>`
97
98 .. _tui_sew_free_borders: 
99
100 Sew Free Borders
101 ================
102
103 .. literalinclude:: ../../../examples/transforming_meshes_ex09.py
104     :linenos:
105     :language: python
106
107 :download:`Download this script <../../../examples/transforming_meshes_ex09.py>`
108
109 .. _tui_sew_side_elements: 
110
111 Sew Side Elements
112 =================
113
114 .. literalinclude:: ../../../examples/transforming_meshes_ex10.py
115     :linenos:
116     :language: python
117
118 :download:`Download this script <../../../examples/transforming_meshes_ex10.py>`
119
120 .. _tui_duplicate_nodes: 
121
122 Duplicate nodes or/and elements
123 ===============================
124
125 .. literalinclude:: ../../../examples/transforming_meshes_ex11.py
126     :linenos:
127     :language: python
128
129 :download:`Download this script <../../../examples/transforming_meshes_ex11.py>`
130
131 .. _tui_make_2dmesh_from_3d: 
132
133 Create boundary elements
134 ========================
135
136 .. literalinclude:: ../../../examples/transforming_meshes_ex12.py
137     :linenos:
138     :language: python
139
140 :download:`Download this script <../../../examples/transforming_meshes_ex12.py>`
141
142 .. _tui_reorient_faces: 
143
144 Reorient faces
145 ==============
146
147 .. literalinclude:: ../../../examples/transforming_meshes_ex13.py
148     :linenos:
149     :language: python
150
151 :download:`Download this script <../../../examples/transforming_meshes_ex13.py>`