Up    Next

off_util - utilities for OFF files

Usage    |    Examples    |    Notes

Usage

Synopsis

off_util [options] input_files

Description

Read one or more files in OFF format, process them, and write them into a single file.

Options

input_files
input files in OFF format, or if not given the program reads from standard input

-h
program help

-O
orient the faces (if possible)

-s
skeleton, remove faces and write edges as two-edged faces (digons)

-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

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

Notes

This program replaces off_merge for file merging.

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

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