Salome HOME
updated copyright message
[modules/hexablock.git] / doc / gui_vector.rst
1 :tocdepth: 3
2
3 .. _guivector:
4
5 ======
6 Vector
7 ======
8
9 To create a **Vector** in the **Main Menu** select **Model -> Construction -> Add vector**.
10
11 There is no construction of blocks.
12 Vector is an intermediate object built in order to make the dialog boxes of blocks construction more concise.
13
14 There are two methods to create a **Vector**.
15
16 Create with dx, dy, dz
17 ======================
18 The **Vector** can be defined by **dx**, **dy** and **dz**.
19
20 **Arguments:** 3 reals.
21
22 The dialogue box to create a vector with dx, dy, dz is:
23
24 .. image:: _static/gui_vector1.png
25    :align: center
26
27 .. centered::
28    Add Vector
29
30 Create with two vertices
31 ========================
32 The **Vector** can also be defined by two vertices **Point1** and **Point2**.
33
34 **Arguments:** 2 vertices.
35
36 The dialogue box to create a vector from two vertices is:
37
38 .. image:: _static/gui_vector2.png
39    :align: center
40
41 .. centered::
42    Add Vector from 2 Vertices
43
44
45 TUI command: :ref:`tuivector`