Skip to content

PointCol

mtbeek32 edited this page Feb 1, 2024 · 8 revisions

Geometric functions PointCol

syntax

  • PointCol(point data item)

definition

PointCol(point data item) results in a data item with the column numbers of the point data item point data item.

Be aware, the result is depending on the XY order.

applies to

data item point data item with a Point value type

example

attribute<float32> PointColXY (ADomain) := PointCol(pointXY);
pointXY PointColXY
{401331, 115135} 115135
{399476, 111803} 111803
{399289, 114903} 114903
{401729, 111353} 111353
{398696, 111741} 111741

ADomain, nr of rows = 5

see also

Clone this wiki locally