I would like to extract the outer wire of a planar face. I looked at TopExp_Explorer but that does not retreive wires. My next idea, TopoDS::Wire expects a TopoDS_Shape as a Parameter, so that one is not viable, either.
I think i need a nudge in the right direction...
thank you
Til
Discussion
3 archived replies
Posts are displayed in their archived order.
01Author
I found a solutution using TopoDS and TopExp_Explorer O_o