Triangle: -p switch (original) (raw)

The -p switch * Reads aPlanar Straight Line Graph (.poly) file, which can specify points, segments, holes, regional attributes, and area constraints. * Will generate aconstrained Delaunay triangulation (CDT) fitting the input; or, if -s, -q,-a, or -u is used, aconforming constrained Delaunay triangulation (CCDT). If -D is used, Triangle generates aconforming Delaunay triangulation, so every triangle is Delaunay. * If -r is used with -p, the refined mesh will preserve the segments of the coarse mesh it was generated from. * If -p is not used, Triangle reads a.node file by default.

Return to command line switches.
Return to Triangle home page.