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

Method num_components

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

Source from the content-addressed store, hash-verified

288
289 @property
290 def num_components(self):
291 return self._extra_info.get_num_connected_components()
292
293 @property
294 def num_surface_components(self):

Callers 2

extract_verticesFunction · 0.80
copy_metadataFunction · 0.80

Calls 1

Tested by

no test coverage detected