Hi, is it possible to access the points I create in a wrangle with the addpoint function in the same wrangle?
I have an attribute wrangle that only runs once. Within that wrangle I made a for loop where I create points. Then I want search for neigbouring points within the points I created so far in the same loop.
I could store the positions in array and loop through the array of the positions I stored so far within the loop, but that can get pretty slow. I hope I explained this well anough.
I there any way to do this or should I have another approach for this?