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

Method num_surface_components

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

Source from the content-addressed store, hash-verified

292
293 @property
294 def num_surface_components(self):
295 return self._extra_info.get_num_connected_surface_components()
296
297 @property
298 def num_volume_components(self):

Callers

nothing calls this directly

Tested by

no test coverage detected