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

Method create

python/pymesh/HarmonicSolver.py:37–40  ·  view source on GitHub ↗

Create a harmonic solver using the input mesh as domain.

(cls, mesh)

Source from the content-addressed store, hash-verified

35
36 @classmethod
37 def create(cls, mesh):
38 """ Create a harmonic solver using the input mesh as domain.
39 """
40 return PyMesh.HarmonicSolver.create(mesh.raw_mesh)
41
42 @property
43 def mesh(self):

Callers 15

cut_to_diskFunction · 0.45
__init__Method · 0.45
save_mesh_rawFunction · 0.45
save_meshFunction · 0.45
triangulate_betaFunction · 0.45
refine_triangulationFunction · 0.45
booleanFunction · 0.45
compressFunction · 0.45
decompressFunction · 0.45
convex_hullFunction · 0.45
compute_outer_hullFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected