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>
Fri, 15 Nov 2019 11:09:31 +0000 (14:09 +0300)
committerazv <azv@opencascade.com>
Fri, 15 Nov 2019 11:56:34 +0000 (14:56 +0300)
commit0ab5992d85bc182d575cc066e6ae27ab6ae31e22
tree450ef8d2a17a075e90503c8edb476b972cf8aac4
parent2c486d0efbe5964698014fbe7e1aea61c9bf2eab
Task 5.1.7: To be able to export a part to a file and import it into an existing part (issue #3065)

Set unique name for imported feature/result.
15 files changed:
src/ExchangePlugin/CMakeLists.txt
src/ExchangePlugin/ExchangePlugin_ExportPart.cpp
src/ExchangePlugin/ExchangePlugin_ImportPart.cpp
src/ExchangePlugin/Test/TestImportPart_AfterCurrent_1.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterCurrent_2.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterLast_1.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterLast_2.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterLast_3.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterLast_4.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterLast_5.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_AfterLast_6.py [new file with mode: 0644]
src/ExchangePlugin/Test/TestImportPart_Multiple.py [new file with mode: 0644]
src/Model/Model_Document.cpp
src/Model/Model_Document.h
src/ModelAPI/ModelAPI_Document.h