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

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