Is there a Point Manager script?


Hello! Tell me a script analogue of Manage Point collection. Point - right-click - Manage Point collection. In Manage Point collection it is inconvenient to manage points - it is inconvenient to add, inconvenient to copy, inconvenient to change the coordinates of points.
unnamed.gh (12.1 KB)

1 Like

add

β†’ InsertItem

copy

β†’ ListItem
and
β†’ InsertItem

change Coordinate

β†’ ListItem
β†’ replaceItem

if you need a specific workflow / modification - please describe it.

1 Like

Thank you. Tell me if several nodes ListItem are needed for one point? It is possible not to use several nodes ListItem, but to use one, but copy it?

Dear @Nik
can you post a minimal sample that shows what you are after ?
for example a list of 5 points that you want to change ?
What should the changes be ?
this would make it easier to help.
kind regards -tom