Salome HOME
Task 2.3. Sketch Point created by intersectionPoints
authorazv <azv@opencascade.com>
Thu, 24 May 2018 10:47:35 +0000 (13:47 +0300)
committerazv <azv@opencascade.com>
Thu, 24 May 2018 10:47:35 +0000 (13:47 +0300)
commit424eaeb96c9c29ec2dea4ebaf80ac7822ab0bc4f
tree5333b172ae9b1809037f0a58bc197dffbf03bcb5
parentd6538e024032e6748af2a50cd99c515322a600de
Task 2.3. Sketch Point created by intersectionPoints

Finalize Intersection feature
13 files changed:
src/GeomAPI/GeomAPI_Edge.cpp
src/SketchAPI/SketchAPI_IntersectionPoint.cpp
src/SketchAPI/SketchAPI_IntersectionPoint.h
src/SketchAPI/SketchAPI_Sketch.cpp
src/SketchAPI/SketchAPI_Sketch.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_IntersectionPoint.cpp
src/SketchPlugin/SketchPlugin_IntersectionPoint.h
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/Test/TestIntersectionChangeEdge.py [new file with mode: 0644]
src/SketchPlugin/Test/TestIntersectionWithCircle.py [new file with mode: 0644]
src/SketchPlugin/Test/TestIntersectionWithLine.py [new file with mode: 0644]
src/SketchPlugin/Test/TestIntersectionWithSpline.py [new file with mode: 0644]