Cardboard polyhedra

I recently played around with laser cutting 3D shapes out of cardboard. The idea was to lightly slice just the top side of the cardboard to create a foldable hinge, and then cut finger joints for the other edges, so that it can be cut as one piece and assembled without glue/tape. It was a fun exercise in geometry! I left some of these shapes on the shelf in the laser room if you’d like to take a look.

One challenge was how to make the design scalable/adjustable for different sizes or for materials with different thicknesses. boxes.py can generate parameterized faces with finger joints (link), but doesn’t support hinges. And lightburn’s “resize slots” feature doesn’t detect all the slots properly. But then I discovered that Inkscape/SVG supports “Cloning”, which can be used for making parametric-ish slots!

param

In the future I might try to make these out of acrylic or wood with live hinges/curf bending for the edges. And maybe also using CNC to make the faces fit tightly together without gaps/ridges.

4 Likes

I “cheated” and used the laser cutter for the top polyhedron in this piece for my 3D Design class at ACC last semester

Imgur

2 Likes

Great post and work Robby! I assume you’ve got this in a github repo so “if ASMBLY ever had a design / CAD website” where we could post parameterized designs, yours would be a very welcome addition. Please bring them to the next Laser SIG to show off your excellent work!

2 Likes

Aha, a bucky ball! I should add one of those too :slight_smile:
Also, I didn’t know ACC has a 3D design class, that’s cool!

1 Like

Interesting idea to have a dedicated design/cad website for asmbly! In the meantime, we could use the public google drive folder.

I added my design for these shapes here: Cardboard Polyhedra - Google Drive

parametric_polyhedra

2 Likes

ACC has a lot of surprising classes, including multiple that relate to 3D, including a whole program for 3D Animation in the game design department ( 3D Animation | Game Development, Animation and Motion Graphics ) and a CAD program ( Computer Aided Design | ACC Continuing Education ), but this particular class is in the Arts department, and would lead naturally into the Sculpture program.

1 Like