1delaunay(1)             GNU Triangulated Surface utils             delaunay(1)
2
3
4

NAME

6       delaunay  -  constructs  the  constrained Delaunay triangulation of the
7       input
8
9

SYNOPSIS

11       delaunay [OPTIONS] < file.gts
12
13

DESCRIPTION

15       This manual page documents briefly the delaunay command.  This  command
16       constructs the constrained Delaunay triangulation of the input
17
18

OPTIONS

20       This  program  follow  the  usual  GNU  command  line syntax, with long
21       options starting with two  dashes  (`-').   A  summary  of  options  is
22       included below.
23
24       -b, --hull
25              Do not keep convex hull.
26
27       -e, --noconst
28              Do not add constrained edges.
29
30       -S, --split
31              Split constraints (experimental).
32
33       -H, --holes
34              Remove holes from the triangulation.
35
36       -d, --duplicates
37              Remove duplicate vertices.
38
39       -r, --randomize
40              Shuffle input vertex list.
41
42       -c, --check
43              Check Delaunay property.
44
45       -f FNAME, --files=FNAME
46              Generate evolution files.
47
48       -o, --conform
49              Generate conforming triangulation.
50
51       -s N, --steiner=N
52              Maximum  number  of  Steiner points for conforming triangulation
53              (default is no limit).
54
55       -q Q, --quality=Q
56              Set the minimum acceptable face quality.
57
58       -a A, --area=A
59              Set the maximum acceptable face area.
60
61       -v, --verbose
62              Print statistics about the triangulation.
63
64       -h, --help
65              Display the help and exit.
66
67

AUTHOR

69       delaunay  was  written  by  Stephane   Popinet   <popinet@users.sourceā€
70       forge.net>.
71
72       This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for
73       the Debian project (but may be used by others).
74
75
76
77                                 June 2, 2008                      delaunay(1)
Impressum