Hello,
I have been working on a model to create a logistical network. For this I need to create all my points.
Since it was taking too long and I wanted to know if the system was working I did it in processFlow so it will create a point each second (not important for this question, just explaining why is not in a for cycle in a script).
My problem now is that once I press reset the coordinates changes to 0,0. The strange thing is that when I use another code using the same commands after everything is in 0,0 coordinates, everything goes where is supposed to and stays there even after restarting the model. (this code is on a script)
My first question is, how can I update my code so I don´t have to run the second one after restarting the model?
My second question is, is there a better way to do this?
And finally and less important, why does it take so long to create the objects in a code? I tough that it was taking a long time because it had to create the conexions and had to pull the data, but when I move them everything is very fast.
This is a simplied version of the model: