Salome HOME
Do not disallow edition, otherwise we can't expand group items (e.g. vertices) when...
[modules/hexablock.git] / doc / gui_make_elmts.rst
1 :tocdepth: 3
2
3 .. _guimakeelements:
4
5 ======================================
6 Make elements by transforming elements
7 ======================================
8
9 To make elements by transforming elements in the **Main Menu** select
10 **Model -> Operation -> Make transformation**.
11
12 .. _guimaketranslation:
13
14 Make elements by translation
15 ============================
16
17 **Arguments:**
18
19 - elements to translate,
20 - vector.
21
22
23 The dialogue box to make elements by translation is:
24
25 .. image:: _static/gui_make_transfo_translation.png
26    :align: center
27
28 .. centered::
29    Make Elements by Translation
30
31 Example:
32
33 .. image:: _static/transfo0.png
34    :align: center
35
36 .. centered::
37    Before Transforming 
38
39
40
41 .. image:: _static/transfo_translation.png
42    :align: center
43
44 .. centered::
45    Make Translation
46
47
48 .. _guimakescaling:
49
50 Make elements by scaling
51 ========================
52
53 **Arguments:**
54
55 - elements,
56 - vertex,
57 - k growing factor.
58
59 The dialogue box to make elements by scaling is:
60
61 .. image:: _static/gui_make_transfo_scale.png
62    :align: center
63
64 .. centered::
65    Make Elements by Scaling
66
67
68 Example:
69
70 .. image:: _static/transfo_scale.png
71    :align: center
72
73 .. centered::
74    Make Elements by Scaling
75
76 .. _guimakerotation:
77
78 Make elements by rotation
79 =========================
80
81 **Arguments:**
82
83 - elements,
84 - vertex,
85 - vector direction,
86 - angle.
87
88
89 The dialogue box to make elements by rotation is:
90
91
92 .. image:: _static/gui_make_transfo_rotation.png
93    :align: center
94
95 .. centered::
96    Make Elements by Rotation
97
98 Example:
99
100 .. image:: _static/transfo_rotation.png
101    :align: center
102
103 .. centered::
104    Make Rotation
105
106
107 TUI command: :ref:`tuimakeelements`