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

Method num_duplicated_faces

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

Source from the content-addressed store, hash-verified

304
305 @property
306 def num_duplicated_faces(self):
307 return self._extra_info.get_num_duplicated_faces()
308
309 @property
310 def num_boundary_edges(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected