Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ set_voxels
Method
set_voxels
src/Geometry/MeshGeometry.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
VectorI& get_voxels() { return m_voxels; }
27
void set_voxels(const VectorI& voxels) { m_voxels = voxels; }
28
29
size_t get_vertex_per_face() const { return m_vertex_per_face; }
30
void set_vertex_per_face(int v) { m_vertex_per_face = v; }
Callers
1
MeshFactory.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected