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

Method boundary_loops

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

Source from the content-addressed store, hash-verified

327
328 @property
329 def boundary_loops(self):
330 if self._extra_info.has_complex_boundary():
331 return None
332 else:
333 return self._extra_info.get_boundary_loops()
334
335 @property
336 def euler_characteristic(self):

Callers

nothing calls this directly

Calls 2

has_complex_boundaryMethod · 0.80
get_boundary_loopsMethod · 0.80

Tested by

no test coverage detected