Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ wire_network
Method
wire_network
python/pymesh/Arrangement2.py:40–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
39
@property
40
def
wire_network(self):
41
return
WireNetwork.create_from_data(self.vertices, self.edges)
Callers
nothing calls this directly
Calls
1
create_from_data
Method · 0.80
Tested by
no test coverage detected