Selecting points according to mesh cells

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:
Immagine 2021-05-04 190008

The selection should be:
InkedImmagine 2021-05-04 190008_LI

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

Un modo può essere questo.
Ma non so come hai realizzato la griglia.
celle.gh (13,0 KB)

That’s it! Funziona. Sei sempre una garanzia :slight_smile:
Grazie

Grazie per lo spunto.
Ho una soluzione diversa, che mi sarà utile per il prossimo corso Gh…

Anche così.
Dipende sempre da cosa si vuole ottenere.
celle a.gh (5,4 KB)

Si.
E’ che raramente trovo un esempio buono (dove sia chiaro e semplice da dove parto e dove voglio arrivare) che illustri il duplicate data.
In generale, per chi è agli inizi con GH questo post è da conservare perché parte da una domanda posta in modo molto chiaro e con soluzioni diverse.

Per utilizzare gli spazi vuoti.
griglie.gh (58,0 KB)