List: discuss@lists.openscad.org
From: Michael Möller
Re: Exact parameters of a module in openscad source code
Sat, Dec 24, 2022 11:31 AM
.
> My Plan is to implement a relational placement between child and parent
> like this:
>
> mymod([10,9,8],name="parent")
> mymod([5,4,3],name="child",ref="bot",dest="top");
>
> whereas bot could mean the lower left corner of the cube and top could
> mean the upper right corner of the cube.
>
> I was aware of the $ variables in openscad, but I could