From the course: Grasshopper: Tips, Tricks, and Techniques

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Write object

Write object

- [Instructor] Hello, welcome. I have my exercise file open already. This is the fourth in a series of videos focused on simple coding within "Grasshopper," for non-programmers. In the last video, we looked at how to get data from a Rhino object. So, let's bake this geometry, and then we're going to re-compute. And we're pulling in one of those objects, using the "List Item" component. And then we're getting some information from the object here in these outputs. So, if we give this object a name, and we re-compute, we see that name popping up. And now we're going to add some data to this object. We're going to do the opposite. So, first thing I'm going to do is I'm going to copy this component. So, I'm passing the same ID. So, I'm going to be interacting with the same object. And get rid of all these outputs, because we don't need these. And I'm going to add some inputs. So, the things I'm going to interact with,…

Contents