|
Usage: off2txt [options] [input_file] Convert files in OFF format Hedron text file format. If input_file is not given the program reads from standard input. Options -h,--help this help message (run 'off_util -H help' for general help) --version version information -l <lim> minimum distance for unique vertex locations as negative exponent (default: 12 giving 1e-12) -d <dgts> number of significant digits (default -16) .. if negative then the number of digits after the decimal point -o <file> file name for output (otherwise prints to stdout) Program Options -c estimates colors from OFF file -r detect rhombi. D parameter added if found -p detect star polygons -x exclude coordinates -t force all faces transparent
off2txt std_cube > cube.txt
It converts an OFF file to a format that can be read by Hedron.
Up:
Programs and Documentation
Next:
m2off - Convert a LiveGraphics3D 'm' file to OFF format