Salome HOME
BREP/STEP Import moved into GeomAlgoAPI. ExchangePlugin is not linked with OCC anymore.
authorsbh <sergey.belash@opencascade.com>
Wed, 24 Dec 2014 15:33:00 +0000 (18:33 +0300)
committersbh <sergey.belash@opencascade.com>
Wed, 24 Dec 2014 15:33:23 +0000 (18:33 +0300)
commitcb668a73b1f747be04e09968f1789ab779b2ca45
tree2e7a988ec6dd4ca79282639761c27982ed197234
parentf9fd6abc84fc8a4a181cba2deb3efb41e047c516
BREP/STEP Import moved into GeomAlgoAPI. ExchangePlugin is not linked with OCC anymore.
12 files changed:
src/ExchangePlugin/CMakeLists.txt
src/ExchangePlugin/ExchangePlugin_BREPImport.cpp [deleted file]
src/ExchangePlugin/ExchangePlugin_BREPImport.h [deleted file]
src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp
src/ExchangePlugin/ExchangePlugin_STEPImport.cpp [deleted file]
src/ExchangePlugin/ExchangePlugin_STEPImport.h [deleted file]
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h [new file with mode: 0644]
src/ModelAPI/Test/TestDocument.py