I am wondering if anyone has a ruby script tool to create domes by giving the tool the numbers. IE: [planView_Radius, elevationView_Height, ratio_Oblation, shell_Thickness]
If I gave it the following numbers: [planView_Radius = 20', elevationView_Height = 16', ratio_Oblation = 1.00, shell_Thickness = 6"], this would result in a dome that is 40 feet in diameter on the ground, the "radius of curvature" is below the ground (ie, the dome is "below the equator"), with a perfectly spherical aspect, and a thickness of 6 inches on the shell.
If I gave it the following numbers: [planView_Radius = 20', elevationView_Height = 16', ratio_Oblation = .60, shell_Thickness = 6"], this would result in a dome that is 40 feet in diameter on the ground, with an oblate aspect (almost the maximum that can be done without "pumpkining"), a peak elevation of 16 feet, and a thickness of 6 inches on the shell.
If I gave it the following numbers: [planView_Radius = 20', elevationView_Height = 24', ratio_Oblation = 1.40, shell_Thickness = 6"], this would result in a dome that is 40 feet in diameter on the ground, with a prolate aspect (almost the maximum that can be done without "pumpkining"), a peak elevation of 24 feet, and a thickness of 6 inches on the shell.
^^^-------- Examples: Just a couple of rough guesses (I am not looking at precise numbers while writing this), and it may need refining.
If this tool does not exist, I will create it. If someone has a "beta" or rougher version of the tool, I am quite willing to work on your code in exchange for either "usage rights", or if the tool is fully GPL / open source. (If someone can point me to an existing tool, I am also willing to not need to code it...
Many Thanks, Daryl Lyn

