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

Method get_num_faces

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

Source from the content-addressed store, hash-verified

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
44 protected:
45 MatrixFr m_vertices;

Callers 15

update_2DMethod · 0.45
update_2DMethod · 0.45
update_2DMethod · 0.45
initialize_2D_gridMethod · 0.45
getNbrBoundaryFacesMethod · 0.45
init_boundary_nodesMethod · 0.45
getNbrElementsMethod · 0.45
check_meshMethod · 0.45
getNbrElementsMethod · 0.45
check_meshMethod · 0.45
update_face_sourcesMethod · 0.45
computeMethod · 0.45

Calls

no outgoing calls

Tested by 15

extract_facesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
extract_facesMethod · 0.36
TEST_FFunction · 0.36
check_vertex_fieldMethod · 0.36
check_face_fieldMethod · 0.36
check_voxel_fieldMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36