Salome HOME
Added option to create Construction Point by intersection of two lines.
authordbv <dbv@opencascade.com>
Thu, 7 Jul 2016 09:31:40 +0000 (12:31 +0300)
committerdbv <dbv@opencascade.com>
Thu, 7 Jul 2016 09:31:57 +0000 (12:31 +0300)
commit14b2f19dcba31d259343982c208daea43b407dc5
treed0f3b310106cefff76a7ee2655e4b934d1d74f5e
parent67638d675b5a6d7d0d6e7b23e428bc858bca1cd8
Added option to create Construction Point by intersection of two lines.
12 files changed:
src/ConstructionPlugin/CMakeLists.txt
src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp
src/ConstructionPlugin/ConstructionPlugin_Point.cpp
src/ConstructionPlugin/ConstructionPlugin_Point.h
src/ConstructionPlugin/ConstructionPlugin_Validators.cpp [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin_Validators.h [new file with mode: 0644]
src/ConstructionPlugin/icons/point_by_lines_intersection_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/icons/point_by_projection_32x32.png
src/ConstructionPlugin/point_widget.xml
src/GeomAPI/GeomAPI_Lin.cpp
src/GeomAPI/GeomAPI_Lin.h
src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.cpp