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

Method init_boundary

tools/MeshUtils/MeshChecker.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void MeshChecker::init_boundary() {
287 Boundary::Ptr bd = Boundary::extract_surface_boundary_raw(
288 m_vertices, m_faces);
289 m_boundary_edges = bd->get_boundaries();
290}
291
292void MeshChecker::init_boundary_loops() {
293 m_complex_bd = false;

Callers

nothing calls this directly

Calls 1

get_boundariesMethod · 0.45

Tested by

no test coverage detected