Tested tool guide
Tested browser tools
Checked August 16, 2026
What Polyhedra 3D Viewer does, with a checked example
Eighteen convex solids whose vertices all look the same: the five Platonic solids, one regular polygon per face, and the thirteen Archimedean solids, which mix two or three face types. Drag any model to rotate it, unfold it into a flat net, and read off vertex, edge, and face counts with the Euler check V - E + F = 2. What surprises most people: a solid has no single net. The viewer unfolds one of many - a cube alone has 11 distinct nets - and the two snub solids come in mirror-image pairs.
Worked example
A concrete input and expected output from the current implementation.
Input
Octahedron (picked from the list of five Platonic solids)
->
Expected output
The octahedron renders as a rotatable 3D model with the readout V = 6, E = 12, F = 8 and the Euler check 6 - 12 + 8 = 2, marked as satisfied.
Every octahedron has 6 vertices, 12 edges, and 8 triangular faces, with 4 triangles meeting at each vertex. The counts satisfy V - E + F = 2 because the octahedron is convex, which is exactly the condition the Euler check requires.