List: discuss@lists.openscad.org
From: mikeonenine@web.de
Re: Bug in my code or OpenSCAD?
Thu, Oct 31, 2024 7:36 PM
.
>
> If your cone is anchored at the top, scaling it up will expand it at the
> base without changing the shape of the top.
>
> This is easy to demonstrate with BOSL2, because you can natively anchor
> at the top:
>
> ```
> include
>
> s = 1;
> scale(s) zcyl(r1=10, r2=0, h=10, anchor=TOP);
> ```
>
> as you change s, observe that the top portion