I’m trying to calculate the center point of the negative spaces between pack circles. I’ve tried using delaunay mesh and face normals in conjunction which comes very close to working but there are some mesh edges that don’t turn out he way I want near the edge of the surface.
this is a photo of how id like it to look:
you can see there’s now some circles that don’t have a point between them… these are the same areas that had the weird looking mesh in the first photo I shared. I think the problem originates from the base mesh so I’m wondering if there’s a way to do this without using the delmesh component.
I haven’t opened the file yet, but I see you’re using the TangentIncircles goal, and getting the mesh from the solver output.
The edges of this mesh are already the connections between centers of circles which are tangent in the circle packing, so there should be no need to re-find the mesh from the points using Delaunay.