Salome HOME
Issue #19056: crash when selecting a whole sketch in "build ==> wire"
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 30 Apr 2020 12:52:02 +0000 (15:52 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 30 Apr 2020 12:52:02 +0000 (15:52 +0300)
commit9b908cfaf1b3216fe3279237a70c7d2162e47571
tree8c8e0d3bb8f674bed6217b477e24f6b2f0b2a498
parent224d54fcef0a456d1eeb1975404a0a2f79d035ab
Issue #19056: crash when selecting a whole sketch in "build ==> wire"

Fix the construction of wire for the whole sketch. When adding a new edge, check it is necessary to merge different wires instead of closing the current wire.
src/BuildPlugin/BuildPlugin_Wire.cpp
src/BuildPlugin/CMakeLists.txt
src/BuildPlugin/Test/Test19056.py [new file with mode: 0644]