mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0025174: Provide ShapeCustom and BRepModifier with ProgressIndicator and ReShape features
Conflicts: src/TNaming/TNaming_Name.cxx
This commit is contained in:
@@ -697,7 +697,8 @@ static Standard_Integer DNaming_AttachShape (Draw_Interpretor& di,
|
||||
TNaming_Selector aSelector(aResultLabel);
|
||||
if(!aSelector.Select(aShape, aCONTEXT, aGeometry, aKeepOrientation))
|
||||
return 1;
|
||||
}catch (...) {
|
||||
}
|
||||
catch (Standard_Failure) {
|
||||
cout << "EXCEPTION: SELECTION_IMPOSSIBLE" <<endl;
|
||||
}
|
||||
|
||||
@@ -773,7 +774,8 @@ static Standard_Integer DNaming_XAttachShape (Draw_Interpretor& di,
|
||||
TNaming_Selector aSelector(aResultLabel);
|
||||
if(!aSelector.Select(aShape, aCONTEXT, aGeometry, aKeepOrientation))
|
||||
return 1;
|
||||
} catch (...) {
|
||||
}
|
||||
catch (Standard_Failure) {
|
||||
cout << "EXCEPTION: SELECTION_IMPOSSIBLE" <<endl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user