Up    Next

poly_weave - weave based on a polyhedron

Usage    |    Examples    |    Notes

Usage

Synopsis

poly_weave [options] [input_file]

Description

Read a file in OFF format and make a weave based on it.

For each edge, the mid-point of the edge following it on one face is joined to the mid-point of the edge following it on the other face.

Options

input_file
input file in OFF format, or if not given the program reads from stdin

-h
program help

-o <file>
write output to file, if this option is not used the program writes to standard output

Examples

An interwoven set of six pentagons
   unipoly icosahedron | poly_weave -o woven_pents.off
An interwoven set of six pentagons. To show the circuits of the weave, colour the edges by face colour and hide the faces
   unipoly icosahedron | poly_weave | off_color -f U -e F | antiview -v 0.1 -x f

Notes

Up: jitterbug - jitterbug transformation
Next: canonical - canonicalize a polyhedon

Antiprism Documentation 18.8.2007 - http://www.antiprism.com/