Featured article · Generative design
The Art of the Algorithm: How Voronoi Turns Sheet Metal into Laser-Cut Artwork
The perfect fusion of computational geometry and parametric architectural design.
Have you ever noticed the spots on a giraffe, the pattern of dry mud cracking under the sun, or the structure of a leaf seen through a microscope? Nature has a fascinating, surprisingly orderly way of filling space. Without realizing it, you are looking at a masterpiece of computational geometry: Voronoi diagrams.
Today, this geometric principle no longer only inspires biologists and mathematicians. It has become one of the most sought-after patterns by architects and designers for creating impressive lattice screens, facades and privacy panels made of laser-cut sheet metal.

1. The Voronoi concept
Imagine you are in a large park and suddenly feel hungry. Several ice-cream stands are scattered around. If you are practical, you will walk to the nearest one. If we repeated this experiment with thousands of people, we could draw an invisible boundary dividing the park. Each stand would own a zone of influence: every person inside that zone is closer to that stand than to any other.
That is exactly a Voronoi diagram:
- Seeds or sites: the starting control points, like the ice-cream stands.
- Voronoi cells: the polygons enclosing each seed’s area of influence.
The boundary between two neighboring seeds is the perpendicular bisector of the segment joining them. Crossing all the bisectors divides the plane into convex polygons.
2. How the computer draws it
Calculating these intersections with three or four points is easy. But designing a metal mural with hundreds of cells requires an efficient algorithm. The main methods are:
- Fortune’s algorithm: a sweep-line method that builds the diagram in O(n log n) time.
- Divide and conquer: splits the points, solves each half and merges them with a zigzag boundary.
- Bowyer–Watson: computes the dual Delaunay triangulation and derives Voronoi vertices from the triangle circumcenters.
3. From algorithm to workshop
If we send a standard Voronoi diagram directly to a laser, plasma or CNC machine, there is a serious physical problem: the panel would fall apart. Because neighboring cells share exactly the same edge, the laser would cut along every line and turn the sheet into dozens of loose polygons.
The solution is to leave solid metal between the cut openings. These joining strips are called “streets” or ribs. By applying an inward offset to each cell, the shrunk interior becomes the cut hole while the remaining material forms a continuous, rigid metal grid.

4. Design your own mural with muraldxf.com
Traditionally, drawing this parametric pattern with streets required hours of CAD programming, complex macros or Grasshopper. muraldxf.com simplifies the entire workflow in a browser:
- Define the canvas: enter the exact sheet width and height.
- Distribute the seeds: use random layouts, spirals, rings or gradients to control light and privacy.
- Configure the streets: set the thickness of the uncut metal rib with one parameter.
- Generate and download: preview in real time and export a clean DXF for laser cutting or a STEP model for CAD.
Conclusion
Computational geometry and generative design are no longer locked inside university labs or inaccessible software. Today, the beauty of the Voronoi algorithm meets laser-cutting precision to clothe homes, terraces and buildings with the same elegance nature uses to weave its forms.