Folding Algorithms – Sato Rose

Much of Origami is algorithmic (algorithm = procedural solution to a problem). A rabbit ear is an algorithm, one knows how to fold it on a corner – double rabbit ear is the same solution, folded two simultaneously. Petal fold is also a standard maneuver which got me thinking of the Sato Rose algorithm.

I like this algorithm particularly because of the free-form nature of much of the folding, and the way it seems to “fit” a pentagon. I decided to use the same folding algorithm but try it with other regular polygons – I tried triangle(3), square(4), pentagon(5), hexagon(6), heptagon(7), octagon(8), nonagon(9) but gave up on the decagon(10).

The algorithm involves “nearly” bisecting each vertex to form an echo shape at the centre of the sheet – you then halve that internal echo to create a slightly offset echo and use that as the basis of a “kawasaki twist” Continue reading