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

Method __init__

python/pymesh/wires/WireNetwork.py:84–88  ·  view source on GitHub ↗

Create empty a wire network.

(self)

Source from the content-addressed store, hash-verified

82 return wire_network
83
84 def __init__(self):
85 """ Create empty a wire network.
86 """
87 self.raw_wires = PyMesh.WireNetwork.create_empty()
88 self.__initialize_wires()
89
90 def load(self, vertices, edges):
91 """ Load vertices and edges from data.

Callers

nothing calls this directly

Calls 2

__initialize_wiresMethod · 0.95
create_emptyMethod · 0.45

Tested by

no test coverage detected