-
Notifications
You must be signed in to change notification settings - Fork 1
Get_X
Jip Claassens edited this page Mar 26, 2026
·
9 revisions
Geometric functions Get_X

- Get_X(point data item)
Get_X(point data item) results in a data item with the X coordinates of the argument point data item.
data item point data item with a Point value type
attribute<float32> Point_X (ADomain) := Get_X(pointXY);
| pointXY | Point_X |
|---|---|
| {401331, 115135} | 115135 |
| {399476, 111803} | 111803 |
| {399289, 114903} | 114903 |
| {401729, 111353} | 111353 |
| {398696, 111741} | 111741 |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.