Use 3D Voronoi on a distorted face. Need to get it done today. Please help!

Thanks for the quick answer!
So the masterplan looks something like this (I hope I don’t make it to complicated):
I have created a repeatable pattern that looks something like this:


Now I fill the repeatable pattern with the bubbles. For that I create a Voronoi over the complete filed of all 7 Tiles (otherwise it won’t be repeatable):


Then I say that all bubbles that don’t touch my repeatable pattern should be deleted
The end product looks like this:

The End Product is flat though:

Flat

But it should be rounded. And I changed the shape to this one over here:

Now I’d like to fill that shape with the bubbles as well. For that I need to cut the voronoi (it always comes as a box) because that is how the shape of the bubbles get created.
I found that script over here(Create 3D voronoi in irregular volume). And tried to use it for my purpose. But I do get error messages. I also heard of the plugin Dendro. Maybe that can help? I don’t know.

So in conclusion: I want to create that repeatable pattern that has a rounded shape with the bubbles inside. I need to cut the voronoi box shape into a own made curved shape:

My main script looks like this:
RepeatablePattern.gh (23.1 KB)