Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ num_vertices
Method
num_vertices
python/pymesh/Mesh.py:204–205 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
202
203
@property
204
def
num_vertices(self):
205
return
self.__mesh.get_num_vertices()
206
207
@property
208
def
num_faces(self):
Callers
nothing calls this directly
Calls
1
get_num_vertices
Method · 0.45
Tested by
no test coverage detected