stl2gts - Man Page
convert an STL file to GTS format.
Examples (TL;DR)
- Convert an STL file to a GTS file:
stl2gts < path/to/file.stl > path/to/file.gts
- Convert an STL file to a GTS file and revert face normals:
stl2gts --revert < path/to/file.stl > path/to/file.gts
- Convert an STL file to a GTS file and do not merge vertices:
stl2gts --nomerge < path/to/file.stl > path/to/file.gts
- Convert an STL file to a GTS file and display surface statistics:
stl2gts --verbose < path/to/file.stl > path/to/file.gts
- Display help:
stl2gts --help
Synopsis
stl2gts [Options] < input.stl > output.gts
Description
This manual page documents briefly the stl2gts command.
Options
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
- -r, --revert
Revert face normals.
- -n, --nomerge
Do not merge vertices.
- -v, --verbose
Display surface statistics.
- -h, --help
Display the help and exit.
Author
stl2gts was written by Stephane Popinet <popinet@users.sourceforge.net>.
This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for the Debian project (but may be used by others).
Info
June 2, 2008 GNU Triangulated Surface utils