We will look at creating a series of points with the help of loops and some input parameters in Grasshopper. This article is intended for beginners in C#. Enjoy!
… Read more
Loops, also called recursions, can repeat a block of code until a special condition is reached. They are useful as they save time, reduce errors, make the code shorter and more readable. … Read more