I was wondering how one could define a function similar to the Series in grasshopper, with (Start, Step, Count).
Most of the things I have searched online make use of a while loop or range function, but in this way you cannot control the exact amount of items that you want in the list…