BOSL2/examples/prismoid_anchors.scad

9 lines
167 B
OpenSCAD
Raw Normal View History

include <BOSL2/std.scad>
include <BOSL2/debug.scad>
2019-06-22 00:36:38 +00:00
prismoid([60,40], [30,20], h=40) show_anchors();
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap