Hi all,
I am trying to simulate a line growing through a set of points, which can be controlled by a slider like so:
organize grid_re.gh (14.3 KB)
Hi all,
I am trying to simulate a line growing through a set of points, which can be controlled by a slider like so:
organize grid_re.gh (14.3 KB)
Hi Samantha,
You could just use a âseriesâ component to go from one point to the other, connecting them?
organize grid_re.gh (20.3 KB)
If youâre looking for an automated way you could use a short piece of code to trigger a slider or right-click the slider to âanimateâ it and export images.
You can also multiply the length of your list of points to avoid having to edit the slider range:
organize grid_re2.gh (22.6 KB)
*If your list length is not going to change from 20 maybe just use addition.
I would go with @René_Corella solutions, as they respect each step of the sequence, but as an alternative you could also re-parameterise the curve already defined and use the Shatter
component: