DiscussionsIssue archiveOther usage issues

Archived discussion

TopExp_Explorer

Other usage issuesSun, 08/28/2005 - 07:291 reply

Browse this forum
QuestionAuthor

for(exw.Init(acurrentFace,TopAbs_WIRE);exw.More();exw.Next()) {
TopoDS_Wire acurrentWire = TopoDS::Wire(exw.Current());
^^^^^^^^^^^}
how to explorer the outerwire firstly,then others?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi,

take a look at "ShapeAnalysis::OuterWire" or "BRepTools::OuterWire". Then ignore the result for your exw loop...

Greets,

Commenter-1