algorithmic modeling for Rhino
Flatten + Graft will effectively destroy your data structure. Remove those two components and you should be fine.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
I can't see your entire data structure, but it seems like you have a three-way-split, then a 5-way-split on top of that:
{0;0;0}
{0;0;1}
{0;0;2}
{0;0;3}
{0;0;4}
{0;1;0}
{0;1;1}
{0;1;2}
{0;1;3}
{0;1;4}
{0;2;0}
{0;2;1}
{0;2;2}
{0;2;3}
{0;2;4}
You cannot flip this because this is more complex than a rectangular matrix. You're going to have to do the mapping yourself. Try a Path Mapper with the following masks:
{A;B;C}(i) -> {A;B;i}(C)
Which should give you a structure that results in 3 lofts.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
ps. the data inside the text panel is actually text, so be sure to modify the lines, not the text.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
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