Salome HOME
Issue #2631: SIGSEGV when creating a point on the result of a cut edge by edge
authordbv <dbv@opencascade.com>
Thu, 27 Sep 2018 11:43:40 +0000 (14:43 +0300)
committerdbv <dbv@opencascade.com>
Thu, 27 Sep 2018 11:44:44 +0000 (14:44 +0300)
commita52f4db613b20b4ff0997b4a1c1001d430daa287
tree7282b22499498a708132bd24fe9d378ac8a696db
parentb83ae00530d9def410adb46075f2b034a839e7c4
Issue #2631: SIGSEGV when creating a point on the result of a cut edge by edge

Don't store shape as deleted if it is present in any of the feature results.
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_BooleanCut.cpp
src/FeaturesPlugin/FeaturesPlugin_BooleanCut.h
src/FeaturesPlugin/Test/Test2631.py [new file with mode: 0644]
src/Model/Model_BodyBuilder.cpp
src/Model/Model_BodyBuilder.h
src/ModelAPI/ModelAPI_BodyBuilder.h
src/ModelAPI/ModelAPI_ResultBody.cpp
src/ModelAPI/ModelAPI_ResultBody.h