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

Method set_max_tet_volume

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

* Set max tet volume constraint. (-a option, default is unlimited.) */

Source from the content-addressed store, hash-verified

106 * Set max tet volume constraint. (-a option, default is unlimited.)
107 */
108 void set_max_tet_volume(Float max_volume) { m_max_tet_volume = max_volume; }
109 Float get_max_tet_volume() const { return m_max_tet_volume; }
110
111 /**

Callers 3

run_tetgenMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected