Hi
My requirement is to have 3 points with labels “A”, “B” and “C”; and have a GUI with 3 checkable buttons with texts “A”, “B” and “C”. When a button is checked then interactive mode should allow to edit point position with the corresponding label (or add it if it did not exist yet).
Also, the number of control points and their labels are fixed.
For example when button “B” is pressed, placement mode should start to modify the control point position with label “B”. If the button “B” is unchecked maybe the control point should be “unset” or “reset” or “missing”, I’m not sure about this.
How do I implement the workflow mentioned in the example?
Hope you can help,
Mauro