Hello All,
I wonder if anyone can help me. I am trying to draw rows of triangles between a set of points sampled from Rhino. I have named the points in rhino then sampled and sorted them by name with the Human components.
I am now picking these points based on their order in lists to organise them into sets of 3 to make the triangles. It works, but Im sure there must be a better way of doing it! Also, with this method, if I have to add or remove points in Rhino later, the numbering in my series components will have to be redone.
Any ideas? In the attached GH file I have internalised the data so the Human components are just there to show how I was doing it before.
eventually the triangles will be made into panels, as shown in the screenshot.
Thanks !
triangles from numbered nodes.gh (31.1 KB)