Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_face
Method
get_face
src/Mesh.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
VectorI Mesh::get_face(size_t i) {
39
size_t stride = get_vertex_per_face();
40
return get_faces().segment(i*stride, stride);
41
}
42
43
VectorI Mesh::get_voxel(size_t i) {
44
size_t stride = get_vertex_per_voxel();
Callers
15
getBoundaryFace
Method · 0.80
getElement
Method · 0.80
getElement
Method · 0.80
getElementCenter
Method · 0.80
compute_derivative_on_edge
Method · 0.80
compute_derivative_on_vertex
Method · 0.80
compute_derivative_on_edge
Method · 0.80
compute_derivative_on_vertex
Method · 0.80
compute
Method · 0.80
get_2D_tiling_operators
Method · 0.80
extract_boundary
Method · 0.80
init_vertex_adjacencies
Method · 0.80
Calls
no outgoing calls
Tested by
10
TEST_F
Function · 0.64
TEST_F
Function · 0.64
compute_face_center
Method · 0.64
assert_vertex_has_zero_dist
Method · 0.64
TEST_F
Function · 0.64
check_circumradii
Method · 0.64
check_face_normal_attribute
Method · 0.64
check_incircle_radii
Method · 0.64
check_face_area
Method · 0.64
check_incircle_centers
Method · 0.64