|
|
Usage: off2crds [options] [input_file]
Extract coordinates from a file in OFF format. If input_file is not given
then input is read from standard input.
Options
-h,--help this help message (run 'off_util -H help' for general help)
--version version information
-s <sep> string to separate coordinates (default " ")
-d <dgts> number of significant digits (default 17) or if negative
then the number of digits after the decimal point
-o <file> write output to file (default: write to standard output)
off2crds -o cube_coords.txt cube
Up:
Programs and Documentation
Next:
m2off - convert a LiveGraphics3D 'm' file to OFF format