Salome HOME
Fix for the issue #2854 : Group of faces in error after modification of a sketch...
authormpv <mpv@opencascade.com>
Fri, 8 Feb 2019 12:52:19 +0000 (15:52 +0300)
committermpv <mpv@opencascade.com>
Fri, 8 Feb 2019 12:52:19 +0000 (15:52 +0300)
commitb5ea4f782aa21dd9542e1c5520b81bc8e0e52dc6
tree03f89a546cfb3ae2cfe5f54f2af73d9135f7b15a
parentee66dfebb6fdc1ac3e3113490f06b63c3a26b842
Fix for the issue #2854 : Group of faces in error after modification of a sketch. Now an order of results of extrusion depend only on order of creation of sketch elements in selected sketch faces.
13 files changed:
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.cpp
src/FeaturesPlugin/FeaturesPlugin_Pipe.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/Test/Test1915.py
src/FeaturesPlugin/Test/Test2854.py [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Boolean.cpp
src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Prism.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Revolution.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/GeomAlgoAPI/GeomAlgoAPI_UnifySameDomain.cpp