I want to build a sax neck key
it seems firstly to make it flat than to bend
But I believe there is more elegant way|
See attach
Currently I built simplified type but want more original one
plot spheres/whatever along a path, and hull pairs.
for ( j=[0:5:180]){
hull(){
rotate([0,0,j]) translate([40,0,0])sphere(2);
rotate([0,0,j+5]) translate([40,0,0])sphere(2);
}
}
hth.
On 18/04/2025 15:58, yur_vol--- via Discuss wrote:
Currently I built simplified type but want more original one
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
On 4/18/2025 11:11 AM, Raymond West via Discuss wrote:
plot spheres/whatever along a path, and hull pairs.
Or find a library that has a sweep or skin function.
As far as I know, the most comprehensive library for this sort of thing
is BOSL2: https://github.com/BelfrySCAD/BOSL2/wiki/skin.scad