Documentation Tess PDF
Documentation Tess PDF
Documentation Tess PDF
Introduction
The Tess program was written to help design Origami Tessellations. An Origami
Tessellation is made by taking a simple unit crease pattern and copying it many times
across the paper. This style of origami was developed in the 1970s principally by
Shuzo Fujimoto and Yoshide Momotani. In more recent years this style has been
developed further by Paulo Barreto and Chris Palmer. In the last year there has been a
new burst of activity with a large number of folders creating a huge number of new
styles of tessellation folding. Notably Joel Cooper has developed tessellations to new
heights. An example crease pattern for an Origami Tessellation is shown below.
Working out these crease patterns is a hard job to do. However Tess helps you design
these patterns rapidly on your computer and print out the crease pattern to fold at your
leisure.
An extra feature of the Tess programs are that they also allow you to see what the
crease pattern will look like when it is folded up as shown below.
The pleat ratio is the ratio of the lengths of the edges of the two polygons with
double-headed arrows. The pleat angle is the angle between these two edges.
4. You should now be able to run the tess program. Test using the following
command:
./command.pl -help
If you don't get the help message, you may need to change the first line of the
program to point at your version of perl. Or perhaps the file is not executable.
Try typing:
chmod +x command.pl
If that works you are ready to run the command line version of the program.
Here are a few example cases:
./command.pl -geometry 1 -angle 22.5 -ratio 2 -output 1.ps
./command.pl -geometry 5 -angle 22.5 -ratio 3 -output 2.ps
5. To view the output postscript files, you may need to install a viewer program
such as ghostscript.
6. (Optional) If you have PerlTK installed you can use the GUI version of the
program. To run that type:
./gui.pl
This command will make a postscript file called foo.ps with the crease pattern for an
origami tessellation. The geometry argument is a number that specifies a particular
geometry. These can be found by typing
./command.pl help
Editing a tiling
Really the only tricky part of Tess is editing of tilings. So this section guides you
through doing this. Once you have selected a tiling from the geometry menu you can
make changes to that tiling. This expands the number of variations you can make
hugely. In the following example we have selected the 4.8.8 geometry. Now select
Action found in the Select menu. This will give you the following Action selection
window.
The two editing actions allowed are decompose and crystal. We will select
decompose. Now click on one of the tiles in the canvas and see what happens.
See how the tile has been decomposed into 8 triangles. Alternatively we could have
selected the crystal button. The box in the right allows you to edit the parameters that
the crystal action uses. The default is 0.5 but you could also try 0.4,0.4,0.4 (this
comma separated list should not have any spaces!). The results of both these choices
are shown below.
You can take any of these tilings and press the Origamify button to make a crease
pattern.
Then in the tiling stretch box select a number which is the stretch factor and hit return.
A number between about 0.5 and 2 will work best. But do experiment.
Show Centres
An important part of making an Origami Tessellation are the definition of the centres
of rotation. You can view these by switching on the Show Centres option. See below
for an example of this.
Fill Patterns
You will also notice that you can select Show Fill. This colours in each of the original
tiles in a variety of colours based on what creases they have. The baby tiles that are
generated in the Origamify step are coloured black. The pleats between these
polygons are white. See below for an example showing the fill colouring of an
Origami tessellation.
These colourings are not really very useful to you. They can be useful when working
out the correct crease assignment for a newly designed geometry.
Light Patterns
In Tess you can see the folded pattern of a tessellation simply by making the pleat
angle negative. Once you have a folded pattern you can also see what the tessellation
will look like when held up to the light. This is called the light pattern. Below is an
Finally
Best of luck with making your own Origami Tessellations! I provide this software
completely free of charge. However, I also dont provide any support for this package
at all. If you have trouble with installing the software I can only suggest that you ask
a friend who knows about these things. If you have any constructive suggestions for
10