Salome HOME
Issue #2951: "Opposite to an edge" problems
authorazv <azv@opencascade.com>
Tue, 30 Jul 2019 07:06:28 +0000 (10:06 +0300)
committerazv <azv@opencascade.com>
Tue, 30 Jul 2019 07:06:28 +0000 (10:06 +0300)
commitf3ad05e50c4a462c08c31990706c8cc6acc646ac
treef2cf842eed308aad1d2f00ea02d70673226e650e
parent506de25d5d7c9ecf1cdd770160983678cb06ccb9
Issue #2951: "Opposite to an edge" problems

Add a wire explorer to iterate edges of wire according to connectivity order.
src/FiltersPlugin/CMakeLists.txt
src/FiltersPlugin/FiltersPlugin_OppositeToEdge.cpp
src/FiltersPlugin/Test/Test2946.py
src/FiltersPlugin/Test/Test2951.py [new file with mode: 0644]
src/FiltersPlugin/Test/TestFilter_OppositeToEdge.py
src/FiltersPlugin/Test/TestFilter_OppositeToEdge_Exclude.py
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI_WireExplorer.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_WireExplorer.h [new file with mode: 0644]