I wan to offset a curve n amount of times so I’m practicing writing a for loop in DesignScript but I am only getting null values. What am I doing wrong?
Thanks,
I wan to offset a curve n amount of times so I’m practicing writing a for loop in DesignScript but I am only getting null values. What am I doing wrong?
Thanks,
Ok I think I got it to work. This is very confusing compared to other languages (C++, Python). Seems like you need two separate variables.
Hi @sascari, maybe try to set your list level
(but if you want to join all the curves that are offset, i think it is not possible)
No I don’t need to join them, I just want to offset a PolyCurve n times. That’s all…