Grasshopper

algorithmic modeling for Rhino

here I would like to show one thing I could get away with...the tree order by using path mapper.

The main thing I wanted to do is to reorder selection of lines and to collect them in a bunch with 3 items in each.

So if it's gonna be useful for anyone, I'll be very glad)))

Views: 2909

Attachments:

Replies to This Discussion

i was just trying to figure this trick out for another scenario your awesome thanks for sharing!

you're always welcome)

Hi Nadya,

Thanks for sharing. You can simplify your solution further if you wish and not needing the Flip Matrix component after the Path Mapper.

Instead of {A;B}(i) --> {A} (B)

you can have

{A;B} --> {B}

----------------

{0;0} --> {0}

{0;1} --> {1}

{0;2} --> {2}

{1;0} --> {0}

{1;1} --> {1}

{1;2} --> {2}

{2;0} --> {0}

{2;1} --> {1}

{2;2} --> {2}

...

{24;1} --> {1}

{24;2} --> {2}

Also a very recent addition to Grasshopper was the Shift Paths component so you can now achieve the same results with "normal" components. I've included both examples in the file attached

Attachments:

great! thanks a lot, Danny))

pass the polyline into an explode curve component to get its segments

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service