MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / set_faces

Method set_faces

src/Geometry/MeshGeometry.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 VectorI& get_faces() { return m_faces; }
24 void set_faces(const VectorI& faces) { m_faces = faces; }
25
26 VectorI& get_voxels() { return m_voxels; }
27 void set_voxels(const VectorI& voxels) { m_voxels = voxels; }

Callers 3

refine_triangulationFunction · 0.45
tetrahedralizeFunction · 0.45
MeshFactory.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected