List: discuss@lists.openscad.org
From: Bob Carlson
Re: Appropriate content for this forum (was Hose Adapter for table saw)
Fri, Aug 18, 2023 4:15 PM
TOP is the point at the TOP of the object. The X axis is LEFT and RIGHT (right being +X). The Y axis is FRONT/BACK, with FRONT being -Y. FRONT being the negative Y is a little confusing at first, but makes sense when you visualize it. It’s the result of +X being RIGHT.
For all the basic shapes you can say cube([2,3,4], anchor = TOP) for example.