rad=30; hbase=28; voff=10; height=70; module flatsolid() { circle(r=rad); polygon(points=[[-hbase,voff],[hbase,voff],[0,height]]); } flatsolid();