Salome HOME
Issue #2547: Measurement - Angle – if selected pair of edges do not intersect, add...
authorazv <azv@opencascade.com>
Wed, 4 Jul 2018 05:43:04 +0000 (08:43 +0300)
committerazv <azv@opencascade.com>
Wed, 4 Jul 2018 05:43:04 +0000 (08:43 +0300)
commitf2be9398eed82f5f18df9a5bc9a55a69f5bf87ff
treea44ca812930fcb6b48bbf9ae3c72387fcd99ee63
parent1572a8b60d29fe628015b1781f5f61092f16b636
Issue #2547: Measurement - Angle – if selected pair of edges do not intersect, add “Not intersected”

Special validator to avoid selecting non-intersected edges has been implemented.
src/FeaturesPlugin/measurement_widget.xml
src/GeomValidators/CMakeLists.txt
src/GeomValidators/GeomValidators_Intersected.cpp [new file with mode: 0644]
src/GeomValidators/GeomValidators_Intersected.h [new file with mode: 0644]
src/GeomValidators/GeomValidators_Plugin.cpp