List: discuss@lists.openscad.org
From: Adrian Mariano
Re: dimensioning in openscad
Thu, Jun 26, 2025 8:46 PM
include
cuboid(10)
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);