List: discuss@lists.openscad.org
From: Jordan Brown
Re: [OpenSCAD] aligning/flooring all objects
Thu, Jul 11, 2019 9:55 PM
However, if
you then
module foo() {
rotate([45,0,0]) {
cylinder(h=10, d=2);
translate([-1,-1,10]) cube(2);
}
}
there's no way to perch something on top of the resulting foo() without
doing math.
I'm too lazy right now to do the math, but experimentation says it's at
about [ 0, -7.8, 9.2 ].