1
0
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:
emv
2013-02-15 16:49:54 +04:00
parent 3389667b4c
commit 5f05c0a3d8
5 changed files with 12 additions and 11 deletions

View File

@@ -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);
}