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

Method get_voxel_adjacent_voxels

python/pymesh/Mesh.py:144–145  ·  view source on GitHub ↗
(self, Vi)

Source from the content-addressed store, hash-verified

142 return self.__mesh.get_voxel_adjacent_faces(Vi).ravel()
143
144 def get_voxel_adjacent_voxels(self, Vi):
145 return self.__mesh.get_voxel_adjacent_voxels(Vi).ravel()
146
147 def is_manifold(self):
148 """ Return true iff this mesh is both vertex-manifold and edge-manifold.

Callers 2

test_tet_connectivityMethod · 0.45
test_hex_connectivityMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_tet_connectivityMethod · 0.36
test_hex_connectivityMethod · 0.36