mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08: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