Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
int Mesh::get_vertex_per_face() const {
88
return m_geometry->get_vertex_per_face();
89
}
90
91
int Mesh::get_vertex_per_voxel() const {
92
return m_geometry->get_vertex_per_voxel();
Callers
15
getNodePerBoundaryFace
Method · 0.45
init_boundary_nodes
Method · 0.45
getNodePerElement
Method · 0.45
verify_triangle_mesh
Method · 0.45
adapt
Method · 0.45
adapt_boundary
Method · 0.45
check_mesh
Method · 0.45
initialize_mesh
Method · 0.45
initialize_face_voronoi_areas
Method · 0.45
get_2D_tiling_operators
Method · 0.45
create
Method · 0.45
cut_with_face_labels
Method · 0.45
Calls
no outgoing calls
Tested by
15
extract_faces
Method · 0.36
TEST_F
Function · 0.36
scale_mesh
Method · 0.36
TEST_F
Function · 0.36
extract_faces
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
create
Method · 0.36
TEST_F
Function · 0.36
add_extra_vertex_and_check
Method · 0.36