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

Method erode

python/pymesh/VoxelGrid.py:21–22  ·  view source on GitHub ↗
(self, itrs)

Source from the content-addressed store, hash-verified

19 self.raw_grid.create_grid()
20
21 def erode(self, itrs):
22 self.raw_grid.erode(itrs)
23
24 def dilate(self, itrs):
25 self.raw_grid.dilate(itrs)

Callers 2

mainFunction · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64