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>
Mon, 28 Oct 2019 11:02:32 +0000 (14:02 +0300)
committerazv <azv@opencascade.com>
Fri, 1 Nov 2019 13:28:24 +0000 (16:28 +0300)
commit76b92ca1a1dce1aa3e0561f4213510232df1efc2
treefbd0974072424c63e4f504622563f05feefb70e8
parentbfae7071b1fb0040ffbc4e80d06ac8bb65b6c499
Task 5.1.7: To be able to export a part to a file and import it into an existing part (issue #3065)

Implement exporting/importing of the part to binary file.
20 files changed:
src/ExchangePlugin/CMakeLists.txt
src/ExchangePlugin/ExchangePlugin_ExportPart.cpp [new file with mode: 0644]
src/ExchangePlugin/ExchangePlugin_ExportPart.h [new file with mode: 0644]
src/ExchangePlugin/ExchangePlugin_ImportPart.cpp [new file with mode: 0644]
src/ExchangePlugin/ExchangePlugin_ImportPart.h [new file with mode: 0644]
src/ExchangePlugin/ExchangePlugin_Plugin.cpp
src/ExchangePlugin/icons/export_part.png [new file with mode: 0644]
src/ExchangePlugin/icons/import_part.png [new file with mode: 0644]
src/ExchangePlugin/plugin-Exchange.xml
src/Model/CMakeLists.txt
src/Model/Model_Application.cpp
src/Model/Model_Data.cpp
src/Model/Model_Document.cpp
src/Model/Model_Document.h
src/Model/Model_Tools.cpp [new file with mode: 0644]
src/Model/Model_Tools.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_Document.h
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_Workshop.h