mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0022165: IGES transaltor does not produce any shape
This commit is contained in:
@@ -3602,7 +3602,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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user