1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0022790: Boolean opeation Fuse fails.

This commit is contained in:
PKV
2011-12-16 10:37:05 +00:00
committed by bugmaster
parent c6541a0c86
commit f793011ee6
4 changed files with 386 additions and 523 deletions

View File

@@ -3582,7 +3582,7 @@ void IFSelect_WorkSession::PrintCheckList
Interface_CheckIterator chks = checklist;
Handle(IFSelect_CheckCounter) counter =
new IFSelect_CheckCounter (mode>1 && mode != IFSelect_CountSummary);
counter->Analyse (chks,themodel,Standard_False,failsonly);
counter->Analyse (chks,themodel,Standard_True,failsonly);
counter->PrintList (sout,themodel,mode);
}
}