1gtscheck(1) GNU Triangulated Surface utils gtscheck(1)
2
3
4
6 gtscheck - checks that a surface defines a closed, orientable non self-
7 intersecting manifold.
8
9
11 gtscheck [OPTION] < FILE
12
14 This manual page documents briefly the gtscheck command.
15
16
18 These programs 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 -v, --verbose
23 Print statistics about the surface.
24
25 -h, --help
26 Display the help and exit.
27
28
30 The return status reflects the error encountered: 0 none 1 the input
31 file is not a valid GTS file 2 the surface is not an orientable mani‐
32 fold 3 the surface is an orientable manifold but is self-intersecting
33
34
36 gtscheck was written by Stephane Popinet <popinet@users.source‐
37 forge.net>.
38
39 This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for
40 the Debian project (but may be used by others).
41
42
43
44 June 2, 2008 gtscheck(1)