Salome HOME
Increase sensitivity for vertexes selection
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESExport.cpp
index b91780545377145b6981fc355948d0aa128f4aab..c4d9add35d01336f89341f2061786c1be8314968 100644 (file)
@@ -134,7 +134,7 @@ bool IGESExport(const std::string& theFileName,
   // perform shape writing
   if( ICW.AddShape( theShape->impl<TopoDS_Shape>() ) ) {
     ICW.ComputeModel();
-    return ICW.Write(theFileName.c_str());
+    return ICW.Write(theFileName.c_str()) == Standard_True;
   }
   return false;
 }