Up    Next

off2crds - converts an OFF file to a coordinate file

Usage    |    Examples    |    Notes

Usage

Synopsis

off2crds [options] [input_file]

Description

Extract coordinates from a file in OFF format.

Options

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

-h
program help

-s <sep>
seperator between coordinates (default " ")

-d <dgts>
number of significant digits for output (default 17) or if negative then the number of digits after the decimal point

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

Examples

Coordinates of a cube's vertices
   unipoly cube | off2crds -o cube_coords.txt

Notes

Up: Programs and Documentation
Next: crds2off - converts a coordinate file to OFF format

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