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