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

Method keep_convex_hull

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

* Keep the entire covnex hull instead of eliminating triangles outside * of the PSLG (-c option, default is off). */

Source from the content-addressed store, hash-verified

75 * of the PSLG (-c option, default is off).
76 */
77 void keep_convex_hull(bool convex_hull) { m_convex_hull = convex_hull; }
78 bool get_keep_convex_hull() const { return m_convex_hull; }
79
80 /**

Callers 5

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
refineMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64