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

Method set_auto_hole_detection

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

* Instead of specifying hole points, infer holes from winding number of * the input PSLG. This is not part of the triangle pipeline, default * is false. */

Source from the content-addressed store, hash-verified

132 * is false.
133 */
134 void set_auto_hole_detection(bool auto_hole) {
135 m_auto_hole_detection = auto_hole;
136 }
137 bool get_auto_hole_detection() const { return m_auto_hole_detection; }
138
139 /**

Callers 5

triangulateFunction · 0.80
triangulateFunction · 0.80
extract_resultMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64