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