On Sunday, September 23, 2012 6:21:37 PM UTC-4, Peter Loron wrote:
I'm making a custom vacuum tube socket design in OpenSCAD. I need to distribute a number of pin holes radially around the perimeter of the circular base. This link goes to an example of what I'm trying to make, although it isn't my design:
I can fiddle with manually placing the holes in the right spots, but that is error prone and time consuming. I'm sure OpenSCAD has a way to do this in a parameterized loop, or some other function, but I haven't been able to find it. Something like:
radial_holes(center, radius, angle) { ... }
Any pointers?
Thanks!