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

Method enable_connectivity

src/Mesh.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void Mesh::enable_connectivity() {
96 enable_vertex_connectivity();
97 enable_face_connectivity();
98 enable_voxel_connectivity();
99}
100
101void Mesh::enable_vertex_connectivity() {
102 m_connectivity->init_vertex_adjacencies(this);

Callers 5

MeshFactory.cppFile · 0.45
mainFunction · 0.45
repousse_allFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36