Hello,
I am very new to Python and Rhino and would like to seek help here:
I am trying to create a loop to draw circles with different centres. While the centre of the first circle is given (‘c’), I want the other subsequent circles’ centres to be another new variable (‘center’). In short, only the first loop starts with ‘c’, and from the 2nd loop onwards starts with ‘center’.
What I’ve got now:
It must be very basic but I still can’t get it after hours of googling. Any advice appreciated, thank you!