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