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

Method get_component

tools/MeshUtils/MeshSeparator.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 size_t separate();
29
30 MatrixIr get_component(size_t i) const {
31 return m_components.at(i);
32 }
33
34 VectorI get_sources(size_t i) const {
35 return m_sources.at(i);

Callers 2

separate_meshFunction · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64