1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0022801: Boolean operations algorithm fails on two customer's shapes

This commit is contained in:
JGV
2011-12-02 14:40:23 +00:00
committed by bugmaster
parent a2eede021c
commit 39408dc050
2 changed files with 15 additions and 2 deletions

View File

@@ -140,7 +140,8 @@
//
anAdr=myProjPSMap.FindFromKey1(aF);
if (!anAdr) {
Standard_Real Umin, Usup, Vmin, Vsup, anEpsT=1.e-12 ;
Standard_Real Umin, Usup, Vmin, Vsup;
Standard_Real anEpsT = Precision::PConfusion(); //1.e-12;
BRepAdaptor_Surface aBAS;
//
const Handle(Geom_Surface)& aS=BRep_Tool::Surface(aF);