Reconfigurable Hinged Kirigami Tessellations

ETH Zurich, Interactive Geometry Lab (IGL)
SIGGRAPH Asia 2025

We introduce a computational method for designing kirigami patterns that reconfigure flat sheets into complex shapes. By analyzing planar tilings and their rotational deployment, we identify valid cuts and generate novel, physically realizable structures. This enables inverse design of expressive, gap-free geometries through combinatorial reconfiguration.

Background

Definition 1 (complete cut of a planar tiling)
For a planar tiling (i.e., a 2D manifold polygonal mesh with disk topology contains no holes), we call a set of directed edges that covers all interior edges a complete cut. The direction of each cut determines how the neighboring faces hinge after cutting: cutting along it breaks their adjacency while preserving a hinge at the source vertex, producing a duplicate at the target vertex.

Note: The left image shows an example of a complete cut (black arrows). After making these cuts, the tiling can be transformed into a hinged kirigami structure example shown below.

Definition 2 (hinged kirigami pattern & deployability)
We call a non-manifold mesh a hinged kirigami pattern if each interior vertex is incident to exactly two faces. A hinged kirigami pattern is deployable if its faces can rotate rigidly around hinge vertices without collision with neighboring faces. We call a tiling deployable if there exists a complete cut that transforms it into a deployable hinged kirigami pattern. We call the angle between the duplicated edges after cutting the opening angle. We call a deployable tiling uniformly deployable if the opening angles of all interior edges have the same value across all deployment configurations.

Note: the example on the left is uniformly deployable; its deployment is a one-parameter family of configurations parameterized by a single opening angle.

Core challenges

Problem 1 (deployability of tilings)
How can we determine whether a tiling is deployable, i.e., whether there exists a complete cut that transforms the tiling into a hinged kirigami structure whose faces can rotate rigidly about hinge vertices without collision?
Problem 2 (rotational deployment analysis)
Given a uniformly deployable hinged kirigami pattern, how can we mathematically characterize the bounds of face rotations about hinges, i.e., its opening angles, that define its maximally open configurations during deployment?
Problem 3 (design deployable tilings)
How can we design 2D manifold tilings that are guaranteed to be deployable?
Problem 4 (inverse design)
How can we computationally modify a 2D manifold tiling such that, when cut and rotated to the maximal opening angle, it achieves a desired 3D geometry?