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

Method set_keep_convex_hull

tools/TetGen/TetgenWrapper.h:160–160  ·  view source on GitHub ↗

* Whether to keep all tets in the convex hull. (-c option, default is * false.) */

Source from the content-addressed store, hash-verified

158 * false.)
159 */
160 void set_keep_convex_hull(bool keep) { m_keep_convex_hull = keep; }
161 bool get_keep_convex_hull() const { return m_keep_convex_hull; }
162
163 /**

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected