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

Method dilate

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

Source from the content-addressed store, hash-verified

22 self.raw_grid.erode(itrs)
23
24 def dilate(self, itrs):
25 self.raw_grid.dilate(itrs)
26
27 def remove_cavities(self):
28 self.raw_grid.remove_cavities()

Callers 2

mainFunction · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64