List: discuss@lists.openscad.org
From: Jon Bondy
Re: dimensioning in openscad
Fri, Jun 27, 2025 1:27 AM
align(TOP,BACK+RIGHT)
> color_this("pink") cuboid(3) let(pink=parent())
> restore()
> right(20)
> cuboid(10,anchor=TOP+FWD)
> color_this("green")align(TOP,LEFT) cuboid(3) let(green=parent())
> color_this("red")
> stroke([desc_point(green,anchor=TOP),
> desc_point(pink,anchor=RIGHT)],dots=true,width=0.5);
>
> image.png
>
>
> On Thu, Jun