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

Method create

python/pymesh/meshutils/collapse_short_edges.py:28–29  ·  view source on GitHub ↗
(cls, mesh)

Source from the content-addressed store, hash-verified

26 """
27 @classmethod
28 def create(cls, mesh):
29 return _EdgeCollapser(mesh)
30
31 @classmethod
32 def create_raw(cls, vertices, faces):

Callers 10

subdivideFunction · 0.45
solve_harmonicFunction · 0.45
test_linear_functionMethod · 0.45
test_radial_functionMethod · 0.45
test_2DMethod · 0.45
test_identityMethod · 0.45
inflateMethod · 0.45
__init__Method · 0.45
load_from_fileMethod · 0.45

Calls 1

_EdgeCollapserClass · 0.85

Tested by 4

test_linear_functionMethod · 0.36
test_radial_functionMethod · 0.36
test_2DMethod · 0.36
test_identityMethod · 0.36