MCPcopy 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_rawMethod · 0.95
WireNetworkClass · 0.90

Tested by

no test coverage detected