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

Method vertices

python/pymesh/wires/WireNetwork.py:287–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285
286 @property
287 def vertices(self):
288 return self.raw_wires.get_vertices()
289
290 @vertices.setter
291 def vertices(self, value):

Callers

nothing calls this directly

Calls 2

get_verticesMethod · 0.45
set_verticesMethod · 0.45

Tested by

no test coverage detected