Salome HOME
Added "Sphere" primitive.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 16 Mar 2017 15:27:33 +0000 (16:27 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 16 Mar 2017 15:27:33 +0000 (16:27 +0100)
commitf97ab8f4020ddb1843ca64ed420f31d27c6da97d
treeb85c0091834f7b657999041fe27208628d0628d3
parent6bf7d56801cd3ef5253adf2c9a38c5f226c2c2e4
Added "Sphere" primitive.
18 files changed:
src/GeomAlgoAPI/CMakeLists.txt
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/PrimitivesAPI/CMakeLists.txt
src/PrimitivesAPI/PrimitivesAPI.i
src/PrimitivesAPI/PrimitivesAPI_Sphere.cpp [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Sphere.h [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_swig.h
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/icons/sphere.png [new file with mode: 0644]
src/PrimitivesPlugin/plugin-Primitives.xml
src/PrimitivesPlugin/sphere_widget.xml [new file with mode: 0644]
src/PythonAPI/model/primitives/__init__.py