mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023749: Tests cases boolean bsection M9 N4 work incorrect with new Boolean Operation Algorithm.
Fix for the cases. Small correction test cases
This commit is contained in:
@@ -369,6 +369,6 @@
|
||||
void BOPAlgo_Builder::PostTreat()
|
||||
{
|
||||
//BRepLib::SameParameter(myShape, 1.e-7, Standard_True);
|
||||
BOPTools_AlgoTools::CorrectTolerances(myShape, 0.01);
|
||||
BOPTools_AlgoTools::CorrectTolerances(myShape, 0.05);
|
||||
BOPTools_AlgoTools::CorrectShapeTolerances(myShape);
|
||||
}
|
||||
|
Reference in New Issue
Block a user