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

Method MeshCutter

tools/MeshUtils/MeshCutter.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using namespace PyMesh;
19
20MeshCutter::MeshCutter(Mesh::Ptr mesh) : m_mesh(mesh) {
21 m_mesh->enable_vertex_connectivity();
22}
23
24Mesh::Ptr MeshCutter::cut_with_face_labels(const std::vector<size_t>& comp_ids) const {
25 const size_t num_faces = m_mesh->get_num_faces();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected