Folding as a mechanism, not a craft
Rigid origami treats every flat panel between creases as a perfectly stiff, unbendable plate; all of the motion happens at the crease lines, which behave like hinges. That turns a sheet of paper into a linkage — a mechanical system whose only freedom is the set of fold angles at its creases — and it is why origami mathematics borrows directly from robotics and mechanism design rather than from art history.
Two theorems that any flat-foldable vertex must obey
At an interior vertex where several creases meet on paper that folds completely flat, two simple counting rules always hold. Maekawa's theorem says the number of mountain folds M and valley folds V at the vertex must differ by exactly two, M − V = ±2. Kawasaki's theorem says that if you label the angles between consecutive creases around the vertex in order, the alternating angles must sum to exactly the same value on each side:
theta_1 + theta_3 + theta_5 + ... = 180 degrees theta_2 + theta_4 + theta_6 + ... = 180 degrees (equal-sum split)
Both are necessary conditions for flat-foldability at a single vertex; satisfying them does not automatically make a whole multi-vertex pattern foldable without self-intersection, but violating either one guarantees it cannot fold flat at all, which makes them the first check in any origami-simulation engine.
Miura-ori: one fold, one motion
The Miura-ori pattern, developed by astrophysicist Koryo Miura for deploying solar panels in space, tiles the plane with parallelograms so that the whole sheet has just one degree of freedom: pulling on any single pair of opposite corners folds or unfolds the entire array in one continuous motion, with no panel ever needing to bend. It also has a striking side effect — a negative Poisson's ratio: stretching a Miura-ori sheet along one axis makes it expand, not contract, along the other, the opposite of ordinary materials. That single property is why the pattern shows up in solar arrays, deployable space telescopes, medical stents and even folding maps.
Yoshimura and Kresling: patterns a cylinder chooses for itself
Compress a thin cylindrical shell — a drinks can, a rocket fuel tank — along its axis and it does not crumple randomly; it buckles into a diamond-shaped crease pattern known as the Yoshimura pattern, which is simply the lowest-energy way the shell can fold. Twist the same cylinder instead of pushing it straight in, and it snaps into the Kresling pattern: a triangulated crease layout that is bistable — it holds itself open or holds itself closed without any force applied — and that bistability is exactly what makes Kresling modules popular in deployable booms and soft origami robots that need to lock into a shape.
Simulating the fold
A crease pattern that passes Maekawa and Kawasaki at every vertex is a candidate for continuous rigid motion, but whether it can actually move from flat to folded without any panel stretching is a global constraint — a loop-closure equation around every interior vertex, since the rotations across all the creases meeting there must compose back to the identity. Real-time folding simulators solve this incrementally: advance one crease angle by a small step, then re-solve the remaining angles from the loop-closure equations so every panel stays perfectly rigid, and repeat every frame. Patterns that fail to satisfy loop closure smoothly are exactly the ones that visibly buckle, twist or get stuck partway — which is also how real paper behaves when a design does not work.
Frequently asked questions
Why must mountain and valley folds at a vertex always differ by exactly two?
It is a topological consequence of the paper closing up around the vertex without tearing: Maekawa's theorem proves the difference between the number of mountain and valley creases meeting at any flat-foldable interior vertex is always plus or minus two, regardless of how many creases are there.
Is Miura-ori only used in origami art?
No, it is a working engineering pattern. It was designed to deploy solar panel arrays in space with a single controlled motion, and the same one-degree-of-freedom folding and negative Poisson's ratio are used in deployable space telescopes, medical stents, packaging and folding maps.
What is the difference between the Miura-ori and Kresling crease patterns?
Miura-ori is a flat, single-degree-of-freedom parallelogram tessellation that folds and unfolds along one path with no bending. Kresling is a triangulated pattern that a cylindrical shell adopts under twisting, and it is bistable, meaning it holds itself in either the open or the closed state without needing continuous force.
Try it live
Everything above runs in your browser — open Origami Folding and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open Origami Folding simulation