my design work in and out of architecture school.luis@legildesign.com

Lattice Object

I ran across a script for creating voronoi regions a while ago here. The script was great, but it created closed voronoi regions. I wanted a lattice so I came up with this RhinoScript. The script scales each face on each polysurface and booleans it with the original surface. The result is a lattice of the original amalgamation. There is also a version for regular, not poly, surfaces.

View PolySurface Script

View Surface Script

surface offset
This script takes a set of polysurfaces (left) and returns a lattice (right). Click above to view the script.