Salome HOME
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)
authorazv <azv@opencascade.com>
Fri, 4 Oct 2019 09:53:38 +0000 (12:53 +0300)
committerazv <azv@opencascade.com>
Fri, 4 Oct 2019 12:31:16 +0000 (15:31 +0300)
commit1ec0dcac22713723af319242e9508079eb2ace46
treeb419cf1febdb2f7f609313074578df866951acd0
parent4315fa15a7f23f343a97f3fd34e84e97b2268355
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)

Unit-tests for elliptic arcs:
* Middle point
* Perpendicular
* Tangent
* Projection
* Trim
* Split
src/GeomAPI/GeomAPI_Ellipse2d.cpp
src/SketchAPI/SketchAPI_Projection.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/Test/TestConstraintMiddlePointOnEllipticArc.py [new file with mode: 0644]
src/SketchPlugin/Test/TestConstraintPerpendicularEllipseLine.py [new file with mode: 0644]
src/SketchPlugin/Test/TestConstraintTangentEllipticArc.py [new file with mode: 0644]
src/SketchPlugin/Test/TestPresentation.py
src/SketchPlugin/Test/TestProjectionEllipticArc.py [new file with mode: 0644]
src/SketchPlugin/Test/TestSplitEllipse.py [new file with mode: 0644]
src/SketchPlugin/Test/TestTrimEllipse.py [new file with mode: 0644]
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.cpp