Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_vector.doc
1 /*!
2
3 \page create_vector_page Vector
4
5 To create a \b Vector in the <b>Main Menu</b> select <b>New Entity - >
6 Basic - > Vector</b>
7
8 \n There are 2 algorithms to create a \b Vector in the 3D space.
9 \n The \b Result of each operation will be a GEOM_Object (edge).
10
11 \n Firstly, you can define a Vector by its \b Start and <b>End Points</b>.
12 \n <b>TUI Command:</b> <em>geompy.MakeVector(Point1, Point2)</em>
13 \n <b>Arguments:</b> Name + 2 vertices.
14
15 \image html vector1.png
16
17 \n Secondly, you can define a \b Vector starting in the <b>Origin of
18 coordinates</b> by its <b>End Point</b>.
19 \n <b>TUI Command:</b> <em>geompy.MakeVectorDXDYDZ(DX, DY, DZ)</em>
20 \n <b>Arguments:</b> Name + 3 values
21
22 \image html vector2.png
23
24 <b>Example:</b>
25
26 \image html image34.png "A vector by two points and a vector from the origin of coordinates"
27
28 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
29 \ref tui_creation_vector "Basic Geometric Objects".
30
31 */