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

Method num_volume_components

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

Source from the content-addressed store, hash-verified

296
297 @property
298 def num_volume_components(self):
299 return self._extra_info.get_num_connected_volume_components()
300
301 @property
302 def num_isolated_vertices(self):

Callers

nothing calls this directly

Tested by

no test coverage detected