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

0024244: Command bclear in DRAW does not clear all the data required for BOP re-initialization

In BOPTest_Objects::Clear() added clearing of the objects and tools of the operation.

Test cases for issue CR24244
This commit is contained in:
abv
2013-10-17 12:28:37 +04:00
committed by bugmaster
parent 199416879d
commit 2bc5e8f1e0
2 changed files with 68 additions and 0 deletions

View File

@@ -125,6 +125,10 @@ void BOPTest_Objects::Init()
void BOPTest_Objects::Clear()
{
GetSession().Clear();
//
//clear objects and tools
Shapes().Clear();
Tools().Clear();
}
//=======================================================================
//function : PaveFiller