]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Add primitive Sphere.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Fri, 16 Sep 2016 07:20:36 +0000 (09:20 +0200)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Fri, 16 Sep 2016 07:20:36 +0000 (09:20 +0200)
commit07e7474315356b82f35e486d3dcd1106d32dc7a0
tree2e08590528a5f3dbcdf1d86d2609809c1f09170a
parente39f13cfbd0cb13b204ebb5de0c9c4f95aaebf4c
Add primitive Sphere.
16 files changed:
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI.i
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
src/GeomAlgoAPI/GeomAlgoAPI_Sphere.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Sphere.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_swig.h
src/GeomAlgoAPI/Test/TestAPI_Sphere.py [new file with mode: 0644]
src/PrimitivesPlugin/CMakeLists.txt
src/PrimitivesPlugin/PrimitivesPlugin_Plugin.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Sphere.cpp [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Sphere.h [new file with mode: 0644]
src/PrimitivesPlugin/Test/TestSphere.py [new file with mode: 0644]
src/PrimitivesPlugin/icons/sphere.png [new file with mode: 0644]
src/PrimitivesPlugin/plugin-Primitives.xml
src/PrimitivesPlugin/sphere_widget.xml [new file with mode: 0644]