mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-20 23:15:55 +08:00
0023389: (OCC 6.5.3 regression) BRepAlgoAPI_Cut returns invalid solid
Adding test case boolean/bopcut_complex/P8
This commit is contained in:
@@ -352,13 +352,15 @@ Standard_Boolean IntPolyh_Intersection::PerformMaillage(IntPolyh_PMaillageAffina
|
||||
theMaillageS->SetEnlargeZone( myZone );
|
||||
}
|
||||
|
||||
/*
|
||||
// if too many intersections, consider surfaces parallel (eap)
|
||||
if(FinTTC > 200 &&
|
||||
(FinTTC >= theMaillageS->GetArrayOfTriangles(1).NbTriangles() ||
|
||||
FinTTC >= theMaillageS->GetArrayOfTriangles(2).NbTriangles()) ) {
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
return Standard_True;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user