I have a module for an equilateral triangle that I want to use to create a geodesic dome. The dome doesn’t need to be perfect; a jagged appearance is acceptable. The same for the height, it does not need to be the same for the radius either.
I’d like to know how to construct a geodesic dome in Grasshopper with a fixed triangle size. My goal is for the triangle size to remain constant even as I change the dome’s radius. However, I realize that I can’t simply use a slider to adjust the radius, since not all values will correspond to an integer multiple of my module size. Instead, I’ve compiled a list of specific radii that work well with my triangle size.
Thanks @dale!
But I’m also trying to understand the Python 3 Script error. Is there anything I can do on my end, short of upgrading to R8 to avoid this in the future?
Good to know. But I also learned something. After reading your description of an icosphere and its definition, I set off to created one using components. Took me a bit, and used Lunchbox for subdivision, but it worked. Felt proud about it, until I saw that one of the standard mesh components, under Polyhedron, is “create mesh icosphere!” test_icosphere doh.gh (13.2 KB)