Do any nodes in Grasshopper detect if breps in Rhino are grouped or not?

Do any nodes in Grasshopper detect if breps in Rhino are grouped or not??

FabTools/Reference/Get Rhino Groups

Human Object Properties does if i recall. We should have one as well, i’ll make a feature request.

Note that a Brep can be in multiple groups.

Here is a python script that gets the group names in the document, the Query Model Objects takes care of the rest.
R8-GetGroupBreps.gh (9.0 KB)

2 Likes

Thats it, Thank you!!! :saluting_face: