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

Method has_complex_boundary

tools/MeshUtils/MeshChecker.h:53–53  ·  view source on GitHub ↗

* Returns true iff mesh boundary does not form simple loops. */

Source from the content-addressed store, hash-verified

51 * Returns true iff mesh boundary does not form simple loops.
52 */
53 bool has_complex_boundary() const { return m_complex_bd; }
54
55 size_t get_num_boundary_edges() const;
56

Callers 2

num_boundary_loopsMethod · 0.80
boundary_loopsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected