Grasshopper

algorithmic modeling for Rhino

Does anybody know why this defenition has problem with lofting the sets of planar curves which are derived by a voronoi?

Views: 209

Attachments:

Replies to This Discussion

Hello Maryam,
The issue you are having is that the Loft component does not understand how you want to loft things. You are mixing a data tree structure with a list, and this is making the loft component confused. In your case, you need to essentially give the loft component a list of just two curves...the bottom and the top. But you need to do a bit of work to organize the data appropriately. Here I fixed it by using two Graft tree components for the top and bottom curves. I first flatten the lists coming in, then with graft we get a new cleaner data tree with one curve on each branch. Because we do this for both sets of curves, the new data structures match, meaning that when we combine them in the Loft's input, it sees two curves per branch, and thus makes the appropriate loft. I hope that helps.
Attachments:
Hi Luis,
I got it. It does work now beautifully:)
Thank you

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service