Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ ShapeIterator
Method
ShapeIterator
src/ShapeIterator.h:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
TopAbs_ShapeEnum m_toFind;
12
13
ShapeIterator(Base *arg,TopAbs_ShapeEnum type) {
14
m_toFind = type;
15
ex.Init(arg->shape(), m_toFind);
16
}
17
18
bool more();
19
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected