mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-14 02:23:07 +05:00
0021244: EDF SMESH: SMESH scripts fail
This commit is contained in:
parent
8cd1b6d46d
commit
eb734a1dc1
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user