Point History Length

Hello!

I wonder if there is a way to remember a certain number of points that are being constantly generated, with the purpose for instance to create a line between them.

What I am looking for is something similar to what can be done with Quelea’s ‘Construct Particle’ when you specify ‘History Length’, but this time with points generated otherwise.

You can achieve that with just Data Recorderer and Split List components… the downside is that the recorderer is actually storing all informations since last reset.
Attached an alternative c# script that really “forget” old inputs.


c#_memorize_last_N_points.gh (9.3 KB)