Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_vertices
Method
get_num_vertices
src/Mesh.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
size_t Mesh::get_num_vertices() const {
22
return m_geometry->get_num_vertices();
23
}
24
25
size_t Mesh::get_num_faces() const {
26
return m_geometry->get_num_faces();
Callers
3
num_vertices
Method · 0.45
num_vertices
Method · 0.45
compute_and_drop_zero_dim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected