Hi all,
I am very new to Rhino/Grasshopper, and I am working on a project that requires me to make a Voronoi lattice inside an organic volume. For my lattice structure, I have specific points that I wish to use instead of using a randomly determined set of points through Pop3D. So far, I can make Voronoi cells inside spheres using the solid intersection function and random points, but I cannot figure out how to turn the Voronoi faces into a lattice structure or include my specific points. I have included my most recent Grasshopper script below. As you can see in the pictures, I have a start, but my lattice structure does not connect on the outer surface of the volume, and there are segments of the lattice structure that extend beyond the example sphere I am using. I was thinking of using PopGeo to form the lattice on the exterior of the surface and connecting it to the Voronoi structure on the inside of the volume. Any insight would be very much appreciated! Thank you in advance.