]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Temporary modifications for the compillation correction
authornds <natalia.donis@opencascade.com>
Mon, 29 Jun 2015 13:12:34 +0000 (16:12 +0300)
committernds <natalia.donis@opencascade.com>
Mon, 29 Jun 2015 13:12:34 +0000 (16:12 +0300)
src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp
src/GeomAlgoAPI/GeomAlgoAPI.i

index f4e87b76ef0c6378491cc4d1b31e9a68162190c2..f57fa4ca8b91f4aa5fd74277cb5843e76f2daac6 100644 (file)
@@ -124,7 +124,8 @@ 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") {
-    aResult = IGESExport(theFileName, aFormatName, aShape, anError);
+    // to be uncommented when the method interface is corrected
+    //aResult = IGESExport(theFileName, aFormatName, aShape, anError);
   } else {
     anError = "Unsupported format " + aFormatName;
   }
index 6a49f1fae2e2ea3e0dd73931f3a0f74706631cea..cba9b23834a85dc932d6329ef06670f965ec47ad 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"