Salome HOME
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)
authorazv <azv@opencascade.com>
Sun, 22 Sep 2019 13:10:23 +0000 (16:10 +0300)
committerazv <azv@opencascade.com>
Sun, 22 Sep 2019 13:54:37 +0000 (16:54 +0300)
commita6d58d4f5b3955369abb321972ffd49e75b3bcce
treeaae87a6eb6cac1e85e6f1e7d03cc0c88afe59f5a
parent3627271f1f98d2a04cb1fcbfa0e51cdc9700ff09
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)

* Projection of ellipse.
* Update tests according to new behavior of projection (circle can be projected to ellipse now).
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Projection.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Projection.h [new file with mode: 0644]
src/SketchAPI/SketchAPI_Projection.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Projection.cpp
src/SketchPlugin/SketchPlugin_Projection.h
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/Test/TestProjectionEllipse.py [new file with mode: 0644]
src/SketchPlugin/Test/TestProjectionIntoResult.py