Salome HOME
Issue #3271: Wire from sketch is built wrong
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sat, 25 Jul 2020 19:35:13 +0000 (22:35 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sat, 25 Jul 2020 19:35:13 +0000 (22:35 +0300)
commit8cff99b2ba05f8f2f76458913bea96c08097f5af
tree1899dd9a6a0756b21c4b5d7f4617982cb006e635
parentde100478f6ad164d8caa800500acd3d3c41579d8
Issue #3271: Wire from sketch is built wrong

When collecting all wires from sketch faces, check all edges of the wire (instead of the first one) to be already processed within other wires. It will avoid taking full contours, which share an edge.
src/BuildPlugin/BuildPlugin_Wire.cpp
src/BuildPlugin/CMakeLists.txt
src/BuildPlugin/Test/Test3271.py [new file with mode: 0644]