Making trees with different branch sizes

I know my question seems quite basic but I couldn’t find any solution for it.
I want to orient some breps on a grid in a random way. the problem is one of my objects is just an open polysurface but the other genome is made of one open polysurface and another unjoined surface. the problem is when I import these two genomes, which are made of three surfaces, grasshopper considers the third surface as an individual object and not as a child of another object and as a result it places just that one surfaces in some cells of the grid. I think I should make a tree in which first genome has to be one branch and then the second genome with its smaller surface should be another branch but I couldn’t find the way to do that.


Cells.gh (26.9 KB)

I grafted the singular genome ( the orange one in the screenshot) but it didn’t solve the problem.

before attaching the GH file, please right click on your Curve and 2x Brep parameters and select “internalise data”, then reupload the file :+1:

that way your geometries will be stored inside the GH file (otherwise they are just referenced to your Rhino file and no one can see them)

I am sorry for that.
I replaced the new file

1 Like

this uses Group to transform multiple geometries into a single entity, groups are then Ungrouped just before baking
would something like this work? :slight_smile:


Cells (1)_Re.gh (28.1 KB)

1 Like

that was exactly what I was looking for.
thank you so much

1 Like