From the course: Learning Algorithmic Design with Grasshopper

Unlock the full course today

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

Connecting cell corners

Connecting cell corners

From the course: Learning Algorithmic Design with Grasshopper

Start my 1-month free trial

Connecting cell corners

- [Instructor] In the last video we started working on this step of our algorithm, drawing trapezoidal panel profiles. To get to that goal we added these two groups to our definition. One where we're offsetting each of our Voronoi cells to the interior and another where we're adding space between the 2D profiles to give ourselves room for things like dimensions and angles later on down the line. What I'd like to tackle here is going through and just drawing some straight line connections between each of the corner points of the cell profiles and their offsets. To help me, just keep things a little bit more clear, I'm going to go into my definition here and plug in that single cell profile coming from my static cell pattern component there. And that we just have one to look at so that just keeps it, visually, little bit more simple. Like I said, what I'd like to do is just draw a line between each of the corner points of the exterior and the interior offset. So, I can pull up a Line…

Contents