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

Method get_vertex_per_face

src/Mesh.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int Mesh::get_vertex_per_face() const {
88 return m_geometry->get_vertex_per_face();
89}
90
91int Mesh::get_vertex_per_voxel() const {
92 return m_geometry->get_vertex_per_voxel();

Callers 15

init_boundary_nodesMethod · 0.45
getNodePerElementMethod · 0.45
verify_triangle_meshMethod · 0.45
adaptMethod · 0.45
adapt_boundaryMethod · 0.45
check_meshMethod · 0.45
initialize_meshMethod · 0.45
createMethod · 0.45
cut_with_face_labelsMethod · 0.45

Calls

no outgoing calls

Tested by 15

extract_facesMethod · 0.36
TEST_FFunction · 0.36
scale_meshMethod · 0.36
TEST_FFunction · 0.36
extract_facesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
createMethod · 0.36
TEST_FFunction · 0.36