List: discuss@lists.openscad.org
From: John David
Re: Connecting dissimilar shapes
Wed, Oct 16, 2024 11:21 AM
);}
>
>
>
>
>
> Tuesday, October 15, 2024, 11:56:48 PM, you wrote:
>
> Something like this is a start:
>
> $fn=24;
> top = union([circle(d=IDt), right(Wmt,circle(d=IDt)),
> rect([Wmt,D],anchor=LEFT)]);
> bot = apply(fwd((Dd-D)/2)*right((W-D)/2),circle(d=Dd));
>
> skin([bot,top], z=[0,Hm], slices=20,method="distance");
>
> On Tue, Oct 15, 2024 at 11:31 PM Bob