Polyhedra Unroller with Flaps

by Tuğrul Yazar | December 22, 2023 11:49

The Polyhedra Unroller with Flaps is a simple tool I developed for the obvious purpose. It picks any polyhedra[1] (closed polysurface) from the user and unrolls it flat on the XY plane. This part is easy because a short Python script is sufficient. The important function of the script is the generation of the production drawings from the unrolled net. It means, the generation of the flaps. Here, the continuous lines represent the cutting paths and the dashed lines represent the scoring or folding paths. I used the following_geometry feature of the UnrollSrf command to achieve this. Thus, you can cut, score, and fold the polyhedra by hand or a laser-cutter now. I spent many hours and lost many brain cells to create this and it seems to be working in most cases if the unrolled net is not overlapping. However, I haven’t cut and folded any polyhedra yet.

polyhedra unroller with flaps

This Grasshopper definition unrolls any given polyhedra and generates flaps on the edges with given input parameters. The default input is a Dodecahedron. The input polyhedron and the dimensions of the flaps are the inputs of the tool. The results are two sets of polylines; the continuous lines for cutting and the dashed lines for scoring in a laser cutter. Thus, it is ready for production. I made the definition with the help of the native Grasshopper components. So, you don’t need to install any add-on to be able to use the definition.

polyhedra unroller with flaps[2]

You can rebuild the Polyhedra Unroller with Flaps by examining my diagram above (although it looks like a messy code). The Python script includes the UnrollSrf command. However, if you want to support me by downloading my Grasshopper file[3] for Polyhedra Unroller with Flaps and more; would you consider being a Patreon? Thank you.

Endnotes:
  1. polyhedra: https://www.designcoding.net/category/research/polyhedra/
  2. [Image]: https://www.designcoding.net/decoder/wp-content/uploads/2023/12/Polyhedra-Unroller-with-Flaps-def-scaled.jpg
  3. Grasshopper file: https://www.patreon.com/posts/polyhedra-with-95103079?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

Source URL: https://www.designcoding.net/polyhedra-unroller-with-flaps/