DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

how to judge adjacency?

Modeling Data and AlgorithmsFri, 05/11/2018 - 05:331 reply

Browse this forum
QuestionAuthor

hellow,

i'm trying to judge the adjacency between tow (TopoDS_Face)s. Is there any API? There are tow ways I think are available :

1) use BRepAlgo_Section API to find the common edge in both faces

2) use Explore to find the common edge

Is there more convenient or more efficient way? 

Thanks in advance.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

I guess the second approach should be quite efficient.

Commenter-1