Salome HOME
Unit tests for B-splines in the sketcher.
authorazv <azv@opencascade.com>
Mon, 20 Jan 2020 13:31:16 +0000 (16:31 +0300)
committerazv <azv@opencascade.com>
Mon, 20 Jan 2020 13:31:16 +0000 (16:31 +0300)
commit15e07776045d232135802444b5eb3375e31c9a0e
tree9c8d704df28a42df3a258c1aa0094ac07bcbce9e
parenta4461306d16531c21f019477c95101e370e551de
Unit tests for B-splines in the sketcher.
18 files changed:
src/GeomAPI/GeomAPI.i
src/GeomAPI/GeomAPI_BSpline2d.cpp
src/GeomAPI/GeomAPI_Edge.cpp
src/GeomAPI/GeomAPI_Edge.h
src/GeomAPI/GeomAPI_swig.h
src/GeomDataAPI/GeomDataAPI.i
src/GeomDataAPI/GeomDataAPI_swig.h
src/ModelHighAPI/ModelHighAPI.i
src/ModelHighAPI/ModelHighAPI_Dumper.cpp
src/ModelHighAPI/ModelHighAPI_Dumper.h
src/SketchAPI/SketchAPI_Sketch.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_BSpline.cpp
src/SketchPlugin/Test/TestCreateBSpline.py [new file with mode: 0644]
src/SketchPlugin/Test/TestMoveBSpline.py [new file with mode: 0644]
src/SketchPlugin/Test/TestPresentation.py
src/SketchPlugin/Test/TestProjectionBSpline.py [new file with mode: 0644]
src/SketchPlugin/Test/TestRemoveBSpline.py [new file with mode: 0644]