Function: iterTopo()
function iterTopo<Entity>(shape, topo): IterableIterator<TopologyMap[Entity]>;
Defined in: packages/replicad/src/shapeFunctions/topology.ts:109
Type Parameters
Entity
Entity extends TopoEntity
Parameters
shape
TopoDS_Shape
topo
Entity
Returns
IterableIterator<TopologyMap[Entity]>