Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_vertices
Function · 0.80
copy_metadata
Function · 0.80
Calls
1
get_num_connected_components
Method · 0.80
Tested by
no test coverage detected