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

Method set_split_boundary

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

* Whether to add Steiner points to split input line segments on the * boundary. (-Y option, default is to use Steiner points when * necessary). */

Source from the content-addressed store, hash-verified

97 * necessary).
98 */
99 void set_split_boundary(bool split) { m_split_boundary = split; }
100 bool get_split_boundary() const { return m_split_boundary; }
101
102 /**

Callers 2

runMethod · 0.45
refineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected