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

Method insert_mesh

python/pymesh/VoxelGrid.py:14–16  ·  view source on GitHub ↗
(self, mesh)

Source from the content-addressed store, hash-verified

12 raise NotImplementedError("Unsupported dim: {}".format(dim))
13
14 def insert_mesh(self, mesh):
15 assert(self.dim == mesh.dim)
16 self.raw_grid.insert_mesh(mesh.raw_mesh)
17
18 def create_grid(self):
19 self.raw_grid.create_grid()

Callers 3

test_sphereMethod · 0.95
mainFunction · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_sphereMethod · 0.76
TEST_FFunction · 0.64