Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ wire_network
Method
wire_network
python/pymesh/wires/Tiler.py:68–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
67
@property
68
def
wire_network(self):
69
tiled_wire_network = WireNetwork()
70
tiled_wire_network.load_from_raw(self.raw_wire_network)
71
return
tiled_wire_network
Callers
nothing calls this directly
Calls
2
load_from_raw
Method · 0.95
WireNetwork
Class · 0.90
Tested by
no test coverage detected