1gts2stl(1) GNU Triangulated Surface utils gts2stl(1)
2
3
4
6 gts2stl - converts a GTS file to STL format
7
8
10 gts2stl [OPTIONS] < input.gts > output.stl
11
12
14 This manual page documents briefly the gts2stl command.
15
16
18 This program follow the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below.
21
22 -r, --revert
23 Revert face normals.
24
25 -v, --verbose
26 Display surface statistics.
27
28 -h, --help
29 Display the help and exit.
30
31
33 gts2stl was written by Stephane Popinet <popinet@users.sourceā
34 forge.net>.
35
36 This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for
37 the Debian project (but may be used by others).
38
39
40
41 June 2, 2008 gts2stl(1)