Hi everybody,
I created a mesh in Grasshopper (defined by a count for U and V).
Assuming that U and V correspond to 4, my mesh consist of 4 x 4 = 16 cells.
I create a pattern, which fills each cell, in this case a rhombus.
I need to select the points of each diamond, I can select them in their entirety, but I would like to subdivide them for each cell.
So, explaining it better I want to get a list of points that will have 16 rooms, where each one will contain 4 points, following the geometry of the cells.
This is the Mesh:
The selection should be:
1st room (white) = 1 rhombus (4 points)
2nd room (black) = 1 rhombus (4 points)
3rd room (red) = 1 rhombus (4 points)
4th room (blue) = 1 rhombus (4 points)
Someone knows how to do it?
Thanks a lot,
V