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

Method set_split_boundary

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

* Allow boundary triangles to be split. (-Y option, default is true.) */

Source from the content-addressed store, hash-verified

71 * Allow boundary triangles to be split. (-Y option, default is true.)
72 */
73 void set_split_boundary(bool split) { m_split = split; }
74 bool get_split_boundary() const { return m_split; }
75
76 /**

Callers 7

generate_jointMethod · 0.45
triangulateFunction · 0.45
run_tetgenMethod · 0.45
triangulateFunction · 0.45
extract_resultMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36