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:
@@ -125,6 +125,10 @@ void BOPTest_Objects::Init()
|
||||
void BOPTest_Objects::Clear()
|
||||
{
|
||||
GetSession().Clear();
|
||||
//
|
||||
//clear objects and tools
|
||||
Shapes().Clear();
|
||||
Tools().Clear();
|
||||
}
|
||||
//=======================================================================
|
||||
//function : PaveFiller
|
||||
|
Reference in New Issue
Block a user