Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_faces
Method
get_num_faces
tools/MeshUtils/ShortEdgeRemoval.cpp:363–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
size_t ShortEdgeRemoval::get_num_faces() const {
364
return m_faces.rows();
365
}
366
367
size_t ShortEdgeRemoval::get_dim() const {
368
return m_vertices.cols();
Callers
12
create
Method · 0.45
cut_with_face_labels
Method · 0.45
cut_at_uv_discontinuity
Method · 0.45
convert_vertex_attribute_to_face_attribute
Function · 0.45
convert_face_attribute_to_vertex_attribute
Function · 0.45
convert_voxel_attribute_to_face_attribute
Function · 0.45
convert_to_vertex_attribute
Method · 0.45
convert_to_face_attribute
Method · 0.45
convert_to_voxel_attribute
Method · 0.45
cut_to_manifold
Method · 0.45
extract_boundary
Method · 0.45
init_elements
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected