Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / 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     :language: python
17
18 :download:`Download this script <../../examples/transforming_meshes_ex01.py>`
19
20 .. _tui_rotation: 
21
22 Rotation
23 ========
24
25 .. literalinclude:: ../../examples/transforming_meshes_ex02.py
26     :language: python
27
28 :download:`Download this script <../../examples/transforming_meshes_ex02.py>`
29
30 .. _tui_scale: 
31
32 Scale
33 =====
34
35 .. literalinclude:: ../../examples/transforming_meshes_ex03.py
36     :language: python
37
38 :download:`Download this script <../../examples/transforming_meshes_ex03.py>`
39
40 .. _tui_symmetry: 
41
42 Symmetry
43 ========
44
45 .. literalinclude:: ../../examples/transforming_meshes_ex04.py
46     :language: python
47
48 :download:`Download this script <../../examples/transforming_meshes_ex04.py>`
49
50 .. _tui_merging_nodes: 
51
52 Merging Nodes
53 =============
54
55 .. literalinclude:: ../../examples/transforming_meshes_ex05.py
56     :language: python
57
58 :download:`Download this script <../../examples/transforming_meshes_ex05.py>`
59
60 .. _tui_merging_elements: 
61
62 Merging Elements
63 ================
64
65 .. literalinclude:: ../../examples/transforming_meshes_ex06.py
66     :language: python
67
68 :download:`Download this script <../../examples/transforming_meshes_ex06.py>`
69
70 .. _tui_sew_meshes_border_to_side: 
71
72 Sew Meshes Border to Side
73 =========================
74
75 .. literalinclude:: ../../examples/transforming_meshes_ex07.py
76     :language: python
77
78 :download:`Download this script <../../examples/transforming_meshes_ex07.py>`
79
80 .. _tui_sew_conform_free_borders: 
81
82 Sew Conform Free Borders
83 ========================
84
85 .. literalinclude:: ../../examples/transforming_meshes_ex08.py
86     :language: python
87
88 :download:`Download this script <../../examples/transforming_meshes_ex08.py>`
89
90 .. _tui_sew_free_borders: 
91
92 Sew Free Borders
93 ================
94
95 .. literalinclude:: ../../examples/transforming_meshes_ex09.py
96     :language: python
97
98 :download:`Download this script <../../examples/transforming_meshes_ex09.py>`
99
100 .. _tui_sew_side_elements: 
101
102 Sew Side Elements
103 =================
104
105 .. literalinclude:: ../../examples/transforming_meshes_ex10.py
106     :language: python
107
108 :download:`Download this script <../../examples/transforming_meshes_ex10.py>`
109
110 .. _tui_duplicate_nodes: 
111
112 Duplicate nodes or/and elements
113 ===============================
114
115 .. literalinclude:: ../../examples/transforming_meshes_ex11.py
116     :language: python
117
118 :download:`Download this script <../../examples/transforming_meshes_ex11.py>`
119
120 .. _tui_make_2dmesh_from_3d: 
121
122 Create boundary elements
123 ========================
124
125 .. literalinclude:: ../../examples/transforming_meshes_ex12.py
126     :language: python
127
128 :download:`Download this script <../../examples/transforming_meshes_ex12.py>`
129
130 .. _tui_reorient_faces: 
131
132 Reorient faces
133 ==============
134
135 .. literalinclude:: ../../examples/transforming_meshes_ex13.py
136     :language: python
137
138 :download:`Download this script <../../examples/transforming_meshes_ex13.py>`