Salome HOME
Task 5.1.7: To be able to export a part to a file and import it into an existing...
authorazv <azv@opencascade.com>
Thu, 7 Nov 2019 07:59:22 +0000 (10:59 +0300)
committerazv <azv@opencascade.com>
Thu, 7 Nov 2019 07:59:22 +0000 (10:59 +0300)
commitf41052a2c5a9440c85bb126a0f72df546e8d2f1c
treef0218ae11980844945fd48b036add070fbaef353
parent90b89886d1dde512d38d47ffbb2b70c916acda3a
Task 5.1.7: To be able to export a part to a file and import it into an existing part (issue #3065)

* Python API for export/import of features.
* Fix the problem when exporting to unavailable directory.
src/ExchangeAPI/ExchangeAPI_Export.cpp
src/ExchangeAPI/ExchangeAPI_Export.h
src/ExchangeAPI/ExchangeAPI_Import.cpp
src/ExchangeAPI/ExchangeAPI_Import.h
src/ExchangePlugin/ExchangePlugin_ExportPart.cpp
src/Model/Model_Document.cpp
src/PythonAPI/model/exchange/__init__.py
src/PythonAPI/model/exchange/tools.py [new file with mode: 0644]