0021244: EDF SMESH: SMESH scripts fail

This commit is contained in:
vsr 2011-04-21 13:18:17 +00:00
parent 8cd1b6d46d
commit eb734a1dc1

View File

@ -889,7 +889,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
// Check shape validity // Check shape validity
BRepCheck_Analyzer ana (aShape, false); BRepCheck_Analyzer ana (aShape, false);
if (!ana.IsValid()) { if (!ana.IsValid()) {
Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result"); //Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result");
} }
aFunction->SetValue(aShape); aFunction->SetValue(aShape);