List: discuss@lists.openscad.org
From: Guenther Sohler
Re: Exact parameters of a module in openscad source code
Sat, Dec 24, 2022 9:30 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.