Archimedean Pendants

by Tuğrul Yazar | July 11, 2024 13:07

Today’s polyhedra are the famous Archimedean Solids[1]! I created a simple Grasshopper[2] script to generate pendants from these beautiful solids. I call this Archimedean Pendants. However, you can implement other polyhedra to the same code. I hardcoded the vertex coordinates so you won’t need an extra add-on to generate the polyhedra. Thanks to the new SubD component Multipipe, it makes life much easier to produce 3dprint-ready results. To make this definition more useful, you can add scale operations in all three axes separately. I didn’t test any 3Dprint results, however, due to the small scale, this might not need support structures to be printed properly.

archimedean pendants

This Grasshopper definition generates skeleton models for Archimedean Solids that can be used as pendants. I created the parametric model in Grasshopper with native components. The inputs are the polyhedra type and the size data for the skeleton structure. The output of the model is the closed single SubD object in Rhino. Therefore, the outputs are ready for 3d printing without problem. You can use this model further to investigate other solids and the famous geodesic spheres. Also, you may need more work to add the details for chain holes.

archimedean pendants

You can rebuild the definition by looking at the diagram above. But you will need the vertex coordinates of the polyhedra. However, if you want to support my website by downloading my working Grasshopper file; would you consider being my Patreon? Here is the link to my Patreon page[3] including the Grasshopper file for the Archimedean Pendants and more. Thank you for your support.

archimedean pendants
Endnotes:
  1. Archimedean Solids: https://en.wikipedia.org/wiki/Archimedean_solid
  2. Grasshopper: https://www.designcoding.net/category/tools-and-languages/grasshopper/
  3. Here is the link to my Patreon page: https://www.patreon.com/Designcoding

Source URL: https://www.designcoding.net/archimedean-pendants/