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

Method set_vertex_per_face

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

Source from the content-addressed store, hash-verified

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; }
31
32 size_t get_vertex_per_voxel() const { return m_vertex_per_voxel; }
33 void set_vertex_per_voxel(int v) { m_vertex_per_voxel = v; }

Callers 2

MeshFactory.cppFile · 0.80
initialize_facesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected