Up    Next

off_merge - merges OFF files

Usage    |    Examples    |    Notes

Usage

Synopsis

off_merge [options] input_files

Description

Read several files in OFF format and write them into a single file.

Options

input_files
the list of OFF files to merge.

-h
program help

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

Examples

Merge two file into a third
   off_merge -o file3.off file1.off file2.off

Notes

Up: Programs and Documentation
Next: conv_hull - convex hulls (using Qhull)

Packinon Documentation 14.6.2005 - http://packinon.sourceforge.net/