Function: iterTopo()
function iterTopo(shape, topo): IterableIterator<TopoDS_Shape>;
Defined in: shapes.ts:165
Parameters
shape
TopoDS_Shape
topo
TopoEntity
Returns
IterableIterator
<TopoDS_Shape
>
function iterTopo(shape, topo): IterableIterator<TopoDS_Shape>;
Defined in: shapes.ts:165
TopoDS_Shape
TopoEntity
IterableIterator
<TopoDS_Shape
>