Salome HOME
Implementation of SketchCopy feature
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 6 Apr 2020 06:57:15 +0000 (09:57 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 6 Apr 2020 09:04:53 +0000 (12:04 +0300)
commit2d5fdecf9621cedb860a0ef208fc5f61340fdb71
treeae4e01fbc284a08b6cbd1cb3556ec35d40d998fb
parent846fc649eb3451d1d2d6910d075d854a38c62039
Implementation of SketchCopy feature
37 files changed:
src/Config/plugins.xml.in
src/ModelAPI/ModelAPI.i
src/ModelHighAPI/ModelHighAPI_Dumper.cpp
src/PythonAPI/model/sketcher/__init__.py
src/PythonAPI/model/sketcher/tests.py
src/SketchAPI/SketchAPI_Sketch.cpp
src/SketchAPI/SketchAPI_Sketch.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/SketchPlugin_Projection.cpp
src/SketchPlugin/SketchPlugin_SketchCopy.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_SketchCopy.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/SketchPlugin_msg_fr.ts
src/SketchPlugin/Test/TestSketchCopy01.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy02.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy03.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy04.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy05.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy06.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy07.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy08.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy09.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy10.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy11.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy12.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy13.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSketchCopy14.py [new file with mode: 0644]
src/SketchPlugin/doc/SketchPlugin.rst
src/SketchPlugin/doc/TUI_sketchCopy.rst [new file with mode: 0644]
src/SketchPlugin/doc/examples/sketchcopy.py [new file with mode: 0644]
src/SketchPlugin/doc/images/SketchCopy.png [new file with mode: 0644]
src/SketchPlugin/doc/images/SketchCopy_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/sketchCopy.rst [new file with mode: 0644]
src/SketchPlugin/icons/copy.png [new file with mode: 0644]
src/SketchPlugin/plugin-SketchCopy.xml [new file with mode: 0644]
src/SketchPlugin/plugin-SketchDrawer.xml