designcoding
About Table of Contents Keywords Monthly Archive
Support designcoding!

Interlocking Structure (No Boolean)

January 2, 2012 | Algorithms
#boolean #grasshopper #interlocking #parametric-surface #structure

It has been a tough problem for me, for the last two days. A parametric model of an interlocking structure (sometimes also called egg-crate, waffle, or contouring structure) can be created easily in Grasshopper using a Contour component. In addition, you need a couple of list management operations and a boolean (or region) difference event. However, Rhino and Grasshopper are very slow at calculating boolean differences on both solids and surfaces. Fabrication models of such structures don’t have to be solid models. We can create them in two-dimensional rib sections with proper interlocking details. So, I tried a line-based interlocking structure (no boolean) approach.

Interlocking Structure (No Boolean) animation

As the number of ribs (the number of interlocking events) increases, it becomes harder to maintain the CPU efficiently. So, I tried to create a fabrication model that only “draws” the CNC curves (closed polylines) with interlocking details. After a couple of dead ends, it finally finished as I intended. There may be interesting further research on this. Because we achieved the design of the interlocking details much faster and easier to modify now. Also aligning and nesting the sections onto a flat plane should be studied for digital fabrication.

Interlocking Structure (No Boolean) boolean, grasshopper
Interlocking Structure (No Boolean) Grasshopper definition

I studied this topic later here and here. This one is a little old.

Grasshopper definition (GHX)Download
Grasshopper definition (GH)Download

Cite this post

Yazar, T. (2012, January 2). Interlocking Structure (No Boolean). designcoding. Retrieved August 24, 2026, from https://www.designcoding.net/interlocking-structure-in-grasshopper-without-boolean/

Related Posts

Interlocking Structure with Boolean

August 23, 2026

You are seeing the last of the interlocking system trials that I have previously tested in two exercises. If you remember, in our first trial, we were drawing interlocking joinery details on cross-sections using closed curves, without any solid modeling. And here is the most advanced one, I guess. In this exercise, however, we are creating a solid model that incorporates these interlocking details. This time, we will look at how to construct the same system using Boolean operations. Boolean…

Voronoi Cage

June 26, 2023

I have created a straightforward Grasshopper code that generates a Voronoi diagram on a surface. Then, it adds thickness to form a structure called a “Voronoi Cage.” In the initial step, I project a surface onto the ground plane (Z=0). The projected frame serves as the boundary for two operations: generating random points using the Populate 2D (Pop2D) function and calculating the Voronoi diagram based on these points. The resulting Voronoi cells are then slightly offset inwards. Moving on to…

Interlocking Structures Revisited

April 10, 2023

I studied the interlocking joint details in Grasshopper here and here. This time, the interlocking structures were revisited with a cleaner code and an in-depth explanation. I believe that this is a very good educational exercise for learning the potential of the native Grasshopper components. The Preparations The Region Difference (RDiff) component is used to create the interlocking detail of a surface that is contoured with bi-directional spacing. In the first part of the code, after contouring our surface in…

Interlocking Structure Between Two Surfaces

January 29, 2012

A previous work showed a method to create interlocking structures to be created without boolean operations. This time, a small addition is made to create waffle objects using two surfaces, one is the top surface, and the other is the bottom. It was a small modification at the beginning; to replace the “extrude” component with an “edge surface” component. But the interlocking details are now different at each intersection, so another modification is made to the drawing of the rectangles….

Interlocking Pavilion

December 31, 2023

The interlocking frame structures represent a quintessential example of parametric design since very old times. More recently, they gained widespread attention through the Metropol Parasol in Seville, captivating architects and designers. I’ve extensively explored these structures on this blog, attempting various methods like manual slit drawing and solid/region boolean operations. My latest iteration aimed for greater simplicity and adaptability on complex surfaces. I call this new version Interlocking Pavilion. The ribs now align perpendicularly to the surface, which is a…

  • Chapters

    • Algorithms
    • Discourses
    • Fabrications
    • Studios
  • Explore

    • All Keywords
    • Table of Contents
    • Monthly Archive
    • #robot
    • #kuka-prc
    • #polyhedra
    • #rhino-python
    • #rhinoceros
    • #tutorial
    • #moulding
    • #rammed-earth
    • #tessellation
    • #design-object
    • #relief
    • #terrain
    • #sandblasting
    • #stone
    • #eps-foam
    • #hotwire-cutting
    • #basic-design
    • #dome
    • #parametric-curve
    • #cnc-milling
  • Search

  • Support designcoding!

  • Enjoying designcoding? Support me on Patreon to keep it growing. Thank you!

  • copyright 2026 designcoding.net | about | privacy policy | end user license agreement