DiscussionsIssue archiveOther usage issues

Archived discussion

join two faces

Other usage issuesFri, 08/20/2010 - 17:571 reply

Browse this forum
QuestionAuthor

Hello,

In need to know how to join to TopoDS_Face or Geom_Surface to one single
Face. The question was asked several times, but no satisfying answer

Thanks!
Author

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

If the faces are coplanar and they share edges, remove all shared edges, rebuild the wire from the remaining ones, then rebuild the face. If that is not the case, then I do not know what else to do using OCC.