Grasshopper

algorithmic modeling for Rhino

Hi all, 

I have designed a series of circles vertically placed and divided each one of them by a number of points. After I have created a curve from each +1 point every time, I have created a second set of circles offset at -1 from the initial circles each time. divided those into points (N*2) , used cull pattern to delete the half. 

What i want to do is connect the points of the outer circles to the points of the inner ones so that they create a zig zag form. (Trying to do corrugation on a surface) 

Does anyone know how to do that? 

thanks! 

Views: 4880

Replies to This Discussion

Attachments:

If your points are in the right order, the weave component will let you integrate the two lists appropriately...

Attachments:

Thank you David! Can you take a look at my definition?

I can't seem to figure it out! 

Attachments:

It seems to work on the first three but on this one it seems to not simply pass through the points. 

Attachments:

Hi Ami-

Okay...I've redeveloped your script a little bit in an effort to save you some time in terms of how you model in general...you have quite a bit of repeating elements, which is pretty inefficient in the long run.  It's almost always preferable to make as few instances of any repeating process as possible...this makes it more scalable and easier to fix if something isn't right.  So instead of having so many individual sliders I'd recommend using a gene pool, which is essentially a list of sliders.

*I added a bit of fun too :)

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service