Create array of points

Hi all,

i have created a line, no big deal :slight_smile:

but now i want to create point on that line. Now i’ve done it by curve.pointsatequalchordlength, so i can come up with a number of points.

But actually i want to create an array of points at the start of the curve given a step / spacing until the line stops.

Second; i want another array of points starting between the first and second of list. I got a really big code for this…

can somebody give me some tips how i can do this better (faster)? btw, i can not upload by scrip because i am a new user :disappointed:

maybe this is helpful

Hi @merlijn

Here is the basic example how to split a curve till the end.