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

Method euler_characteristic

python/pymesh/Mesh.py:336–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334
335 @property
336 def euler_characteristic(self):
337 return self._extra_info.get_euler_characteristic()
338
339 @property
340 def genus(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected