Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ test_ValidFacesIteration
Function
test_ValidFacesIteration
test_python/test_iterators.py:89–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
iteration_check(float_vec)
88
89
def
test_ValidFacesIteration():
90
mesh = mrmesh.makeCube()
91
counter = 0
92
for
f in mesh.topology.getValidFaces():
93
counter = counter + 1
94
assert counter == mesh.topology.getValidFaces().count()
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected