algorithmic modeling for Rhino
Hello everyone!
I am trying to rename the indices of a list according to the image attached.
After paneling a surface, the indices of panels are from 0 to (UxV)-1, However for marking each panel according to column/row value you need to be able to edit the indices.
What would you suggest?
Tags:
If you mean by
{0,3},{1,3},{2,3}
{0,2},{1,2},{2,2}
{0,1},{1,1},{2,1}
{0,0},{1,0},{2,0}
since all the list starts by 0, you can use partition list by pluging
initial list -> list
4 -> size
i think you can get a similar list you want
you dont need to change the list structure... just create a list with the text that you want and tag each panel. You can use the cross reference trick between a "grafted list" and a "single list" (by default all components use cross reference between graft and single lists, in this case the concatenate component).
Also I use a expression with a format function to get the "0x" number.
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