Mark’s Math
  • Scholarship
  • Viz
  • Class

Unfolding polyhedra

Polyhedron unfolding is the action of cutting a polyhedron along its edges so that it can unfold to a flat plane without distorting the faces. The resulting 2D configuration is called a net. This webpage presents a couple of visualizations to illustrate this idea.

Lot’s of polyhedra

This first visualization illustrates the unfoldings of 154 different polyhedra chosen from six different classes. Once you’ve selected a class and a polyhedron, you can use the slider to visualize the unfolding. You can also hit the “Play” button, if using the slider is too much work.

viewof class_name;
dynamic_comment
viewof polyhedron_data;
viewof t;
pic

The eleven unfoldings of a cube

When a polyhedron can be unfolded, it’s rare for the resulting net to be unique. There 43380 essentially different unfoldings of a dodecahedron. There are only eleven different unfoldings of a cube, though, which makes it a bit easier to wrap your head around. This visualization allows you to explore those eleven. Simply click one of the shapes below and use the slider to see the cube unfold into that planar shape.

viewof pic_selector
viewof t2
pic2
import {
  viewof class_name, 
  viewof polyhedron_data,
  viewof t,
  pic,
  dynamic_comment
} from '@mcmcclur/unfolding-polyhedra';
import {
  viewof pic_selector,
  viewof t2,
  pic2 
} from '@mcmcclur/the-eleven-unfoldings-of-the-cube'