MCPcopy 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
105void Mesh::enable_face_connectivity() {
106 m_connectivity->init_face_adjacencies(this);
107}
108
109void Mesh::enable_voxel_connectivity() {
110 m_connectivity->init_voxel_adjacencies(this);

Callers 1

MeshFactory.cppFile · 0.80

Calls 1

init_face_adjacenciesMethod · 0.80

Tested by

no test coverage detected