From the course: Grasshopper and Rhino: C# Scripting

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Divisions

Divisions

From the course: Grasshopper and Rhino: C# Scripting

Start my 1-month free trial

Divisions

- [Tutor] in the last lesson, we had a look at how we can create complex surfaces with just curves. Now let's look at how we can use curves to create grids of points, which will form facade paneling. I currently have the exercise file open for this lesson which is where we started from in the previous lesson. To develop the grid of points we need a set of curves that make up the shape which we can create by twining the two curves that we already have. Twining will produce a set of curves between those two curves and we'll have similar control points which we can access through the curve class. To start, let's open up these C sharp component and create a new curve array variable, which we'll call Twined curves. Within assigned to this a Coulter the create twined curve method in curve class and for the parameters let's add in curve, transformed curve, then the number of curves that we want to Twin let's use five for…

Contents