The VECTOR_2D Statement
- Last UpdatedJan 20, 2023
- 1 minute read
VECTOR_2D,<vect_name>,<x>,<y>;
<vect_name> is the name of the vector and has the type VECTOR_2D. The maximum length of <vect_name> is 32 characters.
<x> and <y> are the x and y coordinates of the vector, both with type DECIMAL.
If only one of the coordinates of a previously defined point shall be changed, the other one is simply omitted.
Structure:
|
VEC(1:2) |
(DECIMAL) |
|
|
Example:) |
||
|
GET/STRUCTURE=(X,<vect_name>,'VEC',1 |
||
|
/STRUCTURE=(Y,<vect_name>,'VEC','Y'); |
||