SunHongLei Sat, 04/20/2013 - 19:22 Forums: Other usage issueshow can opencascade check whether there is a gap between the surface or surface is overlap? Alexander Luger Sat, 04/20/2013 - 19:33 Take a look at the package ShapeAnalysis. Maybe ShapeAnalysis_Surface helps you to do the job! Alex Log in to post comments SunHongLei Sun, 04/21/2013 - 12:31 Thanks very much! Log in to post comments SunHongLei Thu, 05/16/2013 - 08:06 How does it check whether two surfaces are overlap ? Log in to post comments Hesham Nasif Mon, 06/24/2013 - 06:42 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 Log in to post comments
Sat, 04/20/2013 - 19:33
Take a look at the package ShapeAnalysis. Maybe ShapeAnalysis_Surface helps you to do the job!
Alex
Sun, 04/21/2013 - 12:31
Thanks very much!
Thu, 05/16/2013 - 08:06
How does it check whether two surfaces are overlap ?
Mon, 06/24/2013 - 06:42
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