Start series at basepoint not origin

When I create a list of points using the series command it is in a different location (near the origin rather than near the starting point)
is there a way to start the series from the base input point?



221124_help.gh (12.9 KB)

holding the mouse arrow on any component input helps to understand what type of data the inputs takes

for instance, for the Serie component, Start and Step inputs want numbers, while Count input wants Integers:

you are feeding the S input with Points generated by the DivideByDistance component:

I’d disconnect that:

2 Likes

Thank you! So helpful!