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

Method num_vertices

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

Source from the content-addressed store, hash-verified

277
278 @property
279 def num_vertices(self):
280 return self.raw_wires.get_num_vertices()
281
282 @property
283 def num_edges(self):

Callers

nothing calls this directly

Calls 1

get_num_verticesMethod · 0.45

Tested by

no test coverage detected