Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
subdivide
Function · 0.45
solve_harmonic
Function · 0.45
test_linear_function
Method · 0.45
test_radial_function
Method · 0.45
test_2D
Method · 0.45
test_identity
Method · 0.45
inflate
Method · 0.45
__init__
Method · 0.45
load_default_orthotropic_parameters
Method · 0.45
load_from_file
Method · 0.45
Calls
1
_EdgeCollapser
Class · 0.85
Tested by
4
test_linear_function
Method · 0.36
test_radial_function
Method · 0.36
test_2D
Method · 0.36
test_identity
Method · 0.36