Find exisiting SurfaceElevationLabel and get their coordinates

Hello.
I’m trying to automaticaly create SurfaceElevationPoints at the marked spots:
For the spots i have a list with points.

But before i create newLabels i want to check if there already labels exist.

My Question:
Is it possible to find the existing labels and get their coordinates so i can compare them with the list before?

Assuming the labels are on the same layer:

  1. Get all objects on layer
  2. Convert to Camber Object node
1 Like

:man_facepalming: so simple :sweat_smile:

Finding the objects with the layer was my idea too… it is working.

But i didn’t try to convert them. It’s works perfectly :smiley:

1 Like