0000649: Creating a ruled surface fails
This commit is contained in:
parent
29e1220de9
commit
b9770c2eda
|
@ -100,6 +100,9 @@ App::DocumentObjectExecReturn *RuledSurface::execute(void)
|
||||||
Handle_Standard_Failure e = Standard_Failure::Caught();
|
Handle_Standard_Failure e = Standard_Failure::Caught();
|
||||||
return new App::DocumentObjectExecReturn(e->GetMessageString());
|
return new App::DocumentObjectExecReturn(e->GetMessageString());
|
||||||
}
|
}
|
||||||
|
catch (...) {
|
||||||
|
return new App::DocumentObjectExecReturn("General error in RuledSurface::execute()");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user