mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-20 02:17:38 +08:00
0022801: Boolean operations algorithm fails on two customer's shapes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user