Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ enable_vertex_connectivity
Method
enable_vertex_connectivity
src/Mesh.cpp:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void Mesh::enable_vertex_connectivity() {
102
m_connectivity->init_vertex_adjacencies(this);
103
}
104
105
void Mesh::enable_face_connectivity() {
106
m_connectivity->init_face_adjacencies(this);
Callers
2
MeshCutter
Method · 0.80
MeshFactory.cpp
File · 0.80
Calls
1
init_vertex_adjacencies
Method · 0.80
Tested by
no test coverage detected