From b115d201dce26907dc14be25abffd39d1f45304b Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 29 Jun 2015 16:12:34 +0300 Subject: [PATCH] Temporary modifications for the compillation correction --- src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp | 3 ++- src/GeomAlgoAPI/GeomAlgoAPI.i | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp index f4e87b76e..f57fa4ca8 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp @@ -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; } diff --git a/src/GeomAlgoAPI/GeomAlgoAPI.i b/src/GeomAlgoAPI/GeomAlgoAPI.i index 6a49f1fae..cba9b2383 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI.i +++ b/src/GeomAlgoAPI/GeomAlgoAPI.i @@ -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" -- 2.39.2