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

Method get_faces

tools/Boolean/CSGTree.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39 virtual MatrixFr get_vertices() const { return m_vertices; }
40 virtual MatrixIr get_faces() const { return m_faces; }
41 virtual size_t get_num_vertices() const { return m_vertices.rows(); }
42 virtual size_t get_num_faces() const { return m_faces.rows(); }
43

Callers 15

init_boundary_nodesMethod · 0.45
getElementsMethod · 0.45
TriangleMesh.cppFile · 0.45
getElementsMethod · 0.45
mesh_to_geomeshMethod · 0.45
remove_short_edgesMethod · 0.45
partition_into_cellsFunction · 0.45
minkowski_sumFunction · 0.45
triangulate_betaFunction · 0.45

Calls

no outgoing calls

Tested by 15

extract_facesMethod · 0.36
TEST_FFunction · 0.36
inflateMethod · 0.36
inflateMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
inflateMethod · 0.36
scale_meshMethod · 0.36
TEST_FFunction · 0.36
extract_facesMethod · 0.36