algorithmic modeling for Rhino
If I have data set of ...
{1;0} >>>> {0}
{1;1} >>>> {1}
{1;2} >>>> {2}
{1;3} >>>> {3}
{1;4} >>>> {4}
{2;5} >>>> {0}
{2;6} >>>> {1}
{2;7} >>>> {2}
{2;8} >>>> {3}
{2;9} >>>> {4}
{3;10} >>>> {0}
{3;11} >>>> {1}
{3;12} >>>> {2}
{3;13} >>>> {3}
{3;14} >>>> {4}
How to do that !?
Thanks in advance :D
Tags:
You'll probably need to generate the columns separately. Ie. {1,1,1,1,1,2,2,2,2,2,3,...} and {0,1,2,3,4,5,...}. You can use Series and Duplicate for this. Once you have these lists, you need to combine them. Either use the Path component (looks like a branch with leaves) to create paths directly from integers, or use the Format component (which looks like {0}) to create text that can be interpreted as paths.
Once you have your paths, then either build a tree from scratch, or modify an existing tree using Path Replace.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by