Question: Something wrong with the Nested Polyhedra generating?

p := display(seq(cutout(v, 4/5), v = stellate(dodecahedron(), 3)), style = PATCH);

q := display(cutout(icosahedron([0, 0, 0], 2.2), 7/8));

display(p, q, scaling = CONSTRAINED, title = `Nested Polyhedra`)

Please Wait...