Forum archiveIssue archiveOther usage issues

Archived discussion

can opencascade check whether there is a gap between the surface or surface is overlap?

Other usage issuesSat, 04/20/2013 - 19:224 replies

Browse this forum
QuestionAuthor

how can opencascade check whether there is a gap between the surface or surface is overlap?

Discussion

4 archived replies

Posts are displayed in their archived order.

01Commenter-1

Take a look at the package ShapeAnalysis. Maybe ShapeAnalysis_Surface helps you to do the job!

Alex

02Author

Thanks very much!

03Author

How does it check whether two surfaces are overlap ?

04Commenter-2

You can use Boolean operation intersection and if the result of the process is not null shape this would give you an indication you have overlapping