off2crds - convert an OFF file to a coordinate file
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 16) or if negative
then the number of digits after the decimal point
-o <file> write output to file (default: write to standard output)
Coordinates of a cube's vertices
off2crds -o cube_coords.txt cube
Next:
off_color - add colours to an OFF file
Up:
Programs and Documentation
|