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

Method update

python/pymesh/material.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 return self.raw_material.get_density(coord)
64
65 def update(self):
66 self.raw_material.update()
67
68 @property
69 def density(self):

Callers 1

tetrahedralizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected