2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page create_vector_page Vector
|
|
|
|
|
|
|
|
To create a \b Vector in the <b>Main Menu</b> select <b>New Entity - >
|
|
|
|
Basic - > Vector</b>
|
|
|
|
|
|
|
|
\n There are 2 algorithms to create a \b Vector in the 3D space.
|
|
|
|
\n The \b Result of each operation will be a GEOM_Object (edge).
|
|
|
|
|
|
|
|
\n Firstly, you can define a Vector by its \b Start and <b>End Points</b>.
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeVector(Point1, Point2)</em>
|
|
|
|
\n <b>Arguments:</b> Name + 2 vertices.
|
|
|
|
|
|
|
|
\image html vector1.png
|
|
|
|
|
|
|
|
\n Secondly, you can define a \b Vector starting in the <b>Origin of
|
|
|
|
coordinates</b> by its <b>End Point</b>.
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeVectorDXDYDZ(DX, DY, DZ)</em>
|
|
|
|
\n <b>Arguments:</b> Name + 3 values
|
|
|
|
|
|
|
|
\image html vector2.png
|
|
|
|
|
|
|
|
<b>Example:</b>
|
|
|
|
|
2012-08-09 13:58:02 +06:00
|
|
|
\image html image34.png "A vector by two points and a vector from the origin of coordinates"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
|
|
|
\ref tui_creation_vector "Basic Geometric Objects".
|
|
|
|
|
|
|
|
*/
|