Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_dim
Method
get_dim
src/Geometry/MeshGeometry.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
void set_vertex_per_voxel(int v) { m_vertex_per_voxel = v; }
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 {
Callers
15
add_vertex_elements_header
Method · 0.45
write_vertex_elements
Method · 0.45
write_mesh
Method · 0.45
write_mesh
Method · 0.45
write_surface_mesh
Method · 0.45
write_volume_mesh
Method · 0.45
write_mesh
Method · 0.45
write_mesh
Method · 0.45
write_mesh
Method · 0.45
write_node_file
Method · 0.45
compute_from_mesh
Method · 0.45
compute_from_mesh
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected