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

Method get_vertex_adjacent_vertices

python/pymesh/Mesh.py:126–127  ·  view source on GitHub ↗
(self, vi)

Source from the content-addressed store, hash-verified

124 self.__mesh.enable_connectivity()
125
126 def get_vertex_adjacent_vertices(self, vi):
127 return self.__mesh.get_vertex_adjacent_vertices(vi).ravel()
128
129 def get_vertex_adjacent_faces(self, vi):
130 return self.__mesh.get_vertex_adjacent_faces(vi).ravel()

Callers 1

mesh_to_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected