Grasshopper

algorithmic modeling for Rhino

Hello!

I want to extrude using a "if statemente"

I moved some rectangle planes in either x or y from 0 to 3. And I wanna convert to solids all the ones that moved more than 2.5. How do I do that?

Thanks! 

G.

Views: 243

Replies to This Discussion

You either use a Cull Pattern component to 'select' only those rectangles you care about, then extrude them, or you can use Sift to split your data into two streams, one for the low and the other for the high rectangles, then operate on each set individually. The benefit of Sift is that is is easier afterwards to merge your data into a single stream again using Combine. If you do not want to merge data back together again, I recommend using Cull Pattern.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service