mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-16 06:25:04 +08:00
0022746: Progress indicator in ShapeHealing
This commit is contained in:
@@ -118,7 +118,8 @@ Standard_Boolean ShapeProcess::Perform (const Handle(ShapeProcess_Context)& cont
|
||||
context->SetScope ( oper.ToCString() );
|
||||
try {
|
||||
OCC_CATCH_SIGNALS
|
||||
op->Perform ( context );
|
||||
if ( !op->Perform(context) )
|
||||
return Standard_False;
|
||||
}
|
||||
catch (Standard_Failure) {
|
||||
Message_Msg SMSG2 ("Sequence.MSG2"); //Operator %s failed with exception %s
|
||||
|
||||
Reference in New Issue
Block a user