algorithmic modeling for Rhino
Tags:
i was just trying to figure this trick out for another scenario your awesome thanks for sharing!
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
pass the polyline into an explode curve component to get its segments
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by