MCPcopy 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
101void Mesh::enable_vertex_connectivity() {
102 m_connectivity->init_vertex_adjacencies(this);
103}
104
105void Mesh::enable_face_connectivity() {
106 m_connectivity->init_face_adjacencies(this);

Callers 2

MeshCutterMethod · 0.80
MeshFactory.cppFile · 0.80

Calls 1

Tested by

no test coverage detected