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

Method remesh_bd_faces

tools/Wires/Misc/BoundaryRemesher.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void BoundaryRemesher::remesh_bd_faces(Float max_area) {
121 Boundary::Ptr loop_extractor = Boundary::extract_surface_boundary_raw(
122 m_bd_vertices, m_bd_faces);
123 auto bd_loops = loop_extractor->get_boundaries();
124 triangulate(m_bd_vertices, bd_loops,
125 m_bd_vertices, m_bd_faces, max_area);
126}
127
128void BoundaryRemesher::merge_bd_and_non_bd_faces() {
129 const size_t num_bd_vertices = m_bd_vertices.rows();

Callers

nothing calls this directly

Calls 2

triangulateFunction · 0.70
get_boundariesMethod · 0.45

Tested by

no test coverage detected