Salome HOME
Issue #20274: No intersection point from python dump
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 3 Dec 2020 08:16:59 +0000 (11:16 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 3 Dec 2020 08:16:59 +0000 (11:16 +0300)
commit4e318f7539c90724e703e14e4999e35d7c2941bc
treec0abf562181f6a7ac5d0bc48caf28ebe5d94600b
parented5dfdabd0a7726d4456947f228efa857b6f59af
Issue #20274: No intersection point from python dump

Improve dumping of the following entities to provide correct update of the sketch elements they produce:
* Linear Copy
* Angular Copy
* Mirror
15 files changed:
src/ModelHighAPI/ModelHighAPI_Dumper.cpp
src/ModelHighAPI/ModelHighAPI_Dumper.h
src/ModelHighAPI/ModelHighAPI_Tools.cpp
src/SketchAPI/SketchAPI_Mirror.cpp
src/SketchAPI/SketchAPI_Mirror.h
src/SketchAPI/SketchAPI_Rotation.cpp
src/SketchAPI/SketchAPI_Rotation.h
src/SketchAPI/SketchAPI_Translation.cpp
src/SketchAPI/SketchAPI_Translation.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_ConstraintMirror.cpp
src/SketchPlugin/SketchPlugin_Offset.cpp
src/SketchPlugin/Test/Test20274_1.py [new file with mode: 0644]
src/SketchPlugin/Test/Test20274_2.py [new file with mode: 0644]
src/SketchPlugin/Test/Test20274_3.py [new file with mode: 0644]