poly_weave - weave based on a polyhedron
poly_weave [options] [input_file]
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.
- input_file
- input file in OFF format, or if not given the program reads from standard input
- -h
- program help
- -o <file>
- write output to file, if this option is not used
the program writes to standard output
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
Next:
canonical - canonicalize a polyhedon
Up:
Programs and Documentation
|