From: nds Date: Mon, 29 Jun 2015 13:12:34 +0000 (+0300) Subject: Temporary modifications for the compillation correction X-Git-Tag: V_1.3.0~163 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b115d201dce26907dc14be25abffd39d1f45304b;p=modules%2Fshaper.git Temporary modifications for the compillation correction --- 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"