Skip to content

d16 not a valid dice #36

@damonvp

Description

@damonvp

I printed one and theres no up face because its a trapezohedron...
I started working on it and got the shape:

include <BOSL2/std.scad>

d16b_size=16;

module d16b() {up(d16b_size) regular_prism(8, side1=d16b_size/1.5, ir2=0, height=d16b_size, anchor=BOTTOM);
up(d16b_size) mirror([0,0,1]) regular_prism(8, side1=d16b_size/1.5, ir2=0, height=d16b_size, anchor=BOTTOM);}
d16b();

But without the draw function of rebular_polyhedral I'm stumped on the numbers...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions