Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ set_dim
Method
set_dim
src/Geometry/MeshGeometry.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
size_t get_dim() const { return m_dim; }
36
void set_dim(int v) { m_dim = v; }
37
38
size_t get_num_vertices() const {
39
return m_vertices.size() / m_dim;
Callers
2
MeshFactory.cpp
File · 0.80
initialize_vertices
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected