by Tuğrul Yazar | January 11, 2024 19:06
Catalan Solids are the duals of Archimedean Solids. They were first described by mathematician Eugène Charles Catalan in the 19th century. There are 13 Catalan solids, and they exhibit interesting symmetries and unique characteristics. While coding the vertex coordinates of these solids in Grasshopper, I made a simple lamp design to exercise the programming language. The code generates the 13 Catalan Lamps with flaps. Since the polyhedra have planar faces, they can be cut out by hand or a laser cutter. After cutting every face from a translucent material such as PVC, you can connect them from the flaps either by glue, rivets, or staples. You can connect any polyhedra to the Grasshopper definition.
This Grasshopper definition generates lamp designs based on the input parameters. The type and radius of the base solid, and the size of the flaps are the input parameters. It is possible to connect any polyhedra to explore different designs. The output of the definition is the 3d model of the design, and it is easy to unroll the faces with the flaps as closed polylines. Therefore, it is ready for manual cutting or laser cutting. The code is using native Grasshopper components. Thus, no add-ons are necessary for it to work.
You can rebuild the definition by looking at the definition above. However, you will need Catalan Solids’ vertex coordinates. You can also use the Parakeet add-on to get these solids. However, if you want to support this website by downloading my working Grasshopper file; would you consider being my Patreon? Here is the link to my Patreon page, including the Catalan Lamps and more.
Source URL: https://www.designcoding.net/catalan-lamps/
Copyright ©2024 designcoding unless otherwise noted.