Invert Function Outputs

I’m trying to invert a populate 2D linked to a voronoi and scale function so that I can populate the areas inside of each scaled won cell, but it only seems to populate the areas between each scaled down cell. IS there a generate Invert/ inverse command that does this?

Cheers

If you have “scaled down” cells (closed 2d curves, i suppose), you can just convert them into a surface and use populate geometry.

For more accurate answer, post your definition with internalized inputs.

Thanks! That worked a treat, Its funny with grasshopper how a simple solution usually exists but sometimes it just takes a step to reach it if you aren’t thinking along those lines.