logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

delaunay - constructs the constrained Delaunay triangulation of the input

Author

       delaunay 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).

                                                  June 2, 2008                                       delaunay(1)

Description

       This manual page documents briefly the delaunay command. This command constructs the constrained Delaunay
       triangulation of the input

Name

       delaunay - constructs the constrained Delaunay triangulation of the input

Options

       This  program follow the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -b, --hull
              Do not keep convex hull.

       -e, --noconst
              Do not add constrained edges.

       -S, --split
              Split constraints (experimental).

       -H, --holes
              Remove holes from the triangulation.

       -d, --duplicates
              Remove duplicate vertices.

       -r, --randomize
              Shuffle input vertex list.

       -c, --check
              Check Delaunay property.

       -fFNAME, --files=FNAME
              Generate evolution files.

       -o, --conform
              Generate conforming triangulation.

       -sN, --steiner=N
              Maximum number of Steiner points for conforming triangulation (default is no limit).

       -qQ, --quality=Q
              Set the minimum acceptable face quality.

       -aA, --area=A
              Set the maximum acceptable face area.

       -v, --verbose
              Print statistics about the triangulation.

       -h, --help
              Display the help and exit.

Synopsis

delaunay [OPTIONS] < file.gts

See Also