MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / set_conforming_delaunay

Method set_conforming_delaunay

tools/Triangle/TriangleWrapper.h:85–85  ·  view source on GitHub ↗

* Use __conforming__ Delaunay triangulation where all output triangles * are required to be Delaunay instead of constrained Delaunay. * (-D option, default is off). */

Source from the content-addressed store, hash-verified

83 * (-D option, default is off).
84 */
85 void set_conforming_delaunay(bool conforming) { m_conforming = conforming; }
86 bool get_conforming_delaunay() const { return m_conforming; }
87
88 /**

Callers 2

runMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64