Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ finalize
Method
finalize
tools/MeshUtils/SubMesh.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void SubMesh::finalize() {
68
collect_selected_faces();
69
clean_up_selected();
70
clean_up_unselected();
71
}
72
73
void SubMesh::collect_selected_faces() {
74
std::vector<int> selected, unselected;
Callers
2
SubMeshTest.h
File · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36