I would like to create a Voronoi structure on this brep. The peculiarity of this structure should be that it gradually becomes smaller as it gets closer to the boundaries, through an adaptation of the grid itself. Please find attached the current version, which still uses a uniform Voronoi structure. However, the process will likely need to follow a different strategy.
Is there any feature that allows adapting the Voronoi layout according to something like FEM results (denser cells in weaker regions and fewer in stronger ones)? That’s ultimately what I would like to achieve.
I did this and nothing else. The FEA is just hypothetical (and that’s fine), but I don’t understand how to transfer the color information into the CirclePacking.
On the other hand, I’ve found another approach (using more points than needed and then culling them randomly approaching the green area). However, I’m stuck with that as well.