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

Method num_boundary_edges

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

Source from the content-addressed store, hash-verified

308
309 @property
310 def num_boundary_edges(self):
311 return self._extra_info.get_num_boundary_edges()
312
313 @property
314 def boundary_edges(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected