Antiprism Up Next
Home
Programs
Examples
Album
Download
Project
Forum
About

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 standard input

-h
program help

-s <sep>
separator 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


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


Home   |   Programs   |   Examples   |   Album   |   Download   |   Project   |   Forum   |   About

Contact: adrian@antiprism.com      -      Modified 1.2.2007