DiscussionsIssue archiveOther usage issues

Archived discussion

Polygon from TopoDS_Face

Other usage issuesTue, 06/15/2010 - 19:091 reply

Browse this forum
QuestionAuthor

Hi, i need to create a polygon from a TopoDS_Face. In particular, i want the vertex that form the face in order (CW or CCW). If a use TopExp_Explorer for explore the vertex of the face, the vertex are right but they are in a random order.

There is a solution?

thanks in advance!

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Use WireExplorer. This will returned vertices or edges ordered.

-jelle