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

Method num_boundary_loops

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

Source from the content-addressed store, hash-verified

320
321 @property
322 def num_boundary_loops(self):
323 if self._extra_info.has_complex_boundary():
324 return -1
325 else:
326 return self._extra_info.get_num_boundary_loops()
327
328 @property
329 def boundary_loops(self):

Callers

nothing calls this directly

Calls 2

has_complex_boundaryMethod · 0.80

Tested by

no test coverage detected