mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0025174: Provide ShapeCustom and BRepModifier with ProgressIndicator and ReShape features
Conflicts: src/TNaming/TNaming_Name.cxx
This commit is contained in:
@@ -333,7 +333,7 @@ void BRepOffsetAPI_MakeOffset::Perform(const Standard_Real Offset,
|
||||
else
|
||||
Done();
|
||||
}
|
||||
catch(...) //Every exception was caught.
|
||||
catch(Standard_Failure) //Every exception was caught.
|
||||
{
|
||||
#ifdef OCCT_DEBUG
|
||||
cout<<"An exception was caught in BRepOffsetAPI_MakeOffset::Perform : ";
|
||||
|
Reference in New Issue
Block a user