]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Revert "Temporary modifications for the compillation correction"
authorspo <sergey.pokhodenko@opencascade.com>
Mon, 29 Jun 2015 13:46:23 +0000 (16:46 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Mon, 29 Jun 2015 13:47:00 +0000 (16:47 +0300)
This reverts commit a3dda4b6876e2bd77837e46655c43c1b37f5d1f9.

src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp
src/GeomAlgoAPI/GeomAlgoAPI.i

index f57fa4ca8b91f4aa5fd74277cb5843e76f2daac6..f4e87b76ef0c6378491cc4d1b31e9a68162190c2 100644 (file)
@@ -124,8 +124,7 @@ bool ExchangePlugin_ExportFeature::exportFile(const std::string& theFileName,
   } else if (aFormatName == "STEP") {
     aResult = STEPExport(theFileName, aFormatName, aShape, anError);
   } else if (aFormatName.substr(0, 4) == "IGES") {
-    // to be uncommented when the method interface is corrected
-    //aResult = IGESExport(theFileName, aFormatName, aShape, anError);
+    aResult = IGESExport(theFileName, aFormatName, aShape, anError);
   } else {
     anError = "Unsupported format " + aFormatName;
   }
index cba9b23834a85dc932d6329ef06670f965ec47ad..6a49f1fae2e2ea3e0dd73931f3a0f74706631cea 100644 (file)
@@ -19,7 +19,7 @@
   #include "GeomAlgoAPI_ShapeProps.h"
   #include "GeomAlgoAPI_SketchBuilder.h"
   #include "GeomAlgoAPI_BREPExport.h"
-  //#include "GeomAlgoAPI_IGESExport.h"
+  #include "GeomAlgoAPI_IGESExport.h"
   #include "GeomAlgoAPI_STEPExport.h"
   #include "GeomAlgoAPI_BREPImport.h"
   #include "GeomAlgoAPI_IGESImport.h"
@@ -58,7 +58,7 @@
 %include "GeomAlgoAPI_ShapeProps.h"
 %include "GeomAlgoAPI_SketchBuilder.h"
 %include "GeomAlgoAPI_BREPExport.h"
-//%include "GeomAlgoAPI_IGESExport.h"
+%include "GeomAlgoAPI_IGESExport.h"
 %include "GeomAlgoAPI_STEPExport.h"
 %include "GeomAlgoAPI_BREPImport.h"
 %include "GeomAlgoAPI_IGESImport.h"