Salome HOME
Add "Torus" primitive and "Cone" primitive.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 22 Mar 2017 07:22:03 +0000 (08:22 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 22 Mar 2017 07:22:03 +0000 (08:22 +0100)
commit6cb54607705e4880cb22a8dd99cf211492d1d087
tree004c8670895ed9397bec821e028cd604c50af7c3
parent8c02cd3212ecefba1d69eb9d63f0cb94c98b0d3c
Add "Torus" primitive and "Cone" primitive.
30 files changed:
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Cone.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Cone.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
src/GeomAlgoAPI/GeomAlgoAPI_Torus.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Torus.h [new file with mode: 0644]
src/PrimitivesAPI/CMakeLists.txt
src/PrimitivesAPI/PrimitivesAPI.i
src/PrimitivesAPI/PrimitivesAPI_Cone.cpp [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Cone.h [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Sphere.cpp
src/PrimitivesAPI/PrimitivesAPI_Torus.cpp [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Torus.h [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_swig.h
src/PrimitivesPlugin/CMakeLists.txt
src/PrimitivesPlugin/PrimitivesPlugin_Cone.cpp [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Cone.h [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Plugin.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Torus.cpp [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Torus.h [new file with mode: 0644]
src/PrimitivesPlugin/cone_widget.xml [new file with mode: 0644]
src/PrimitivesPlugin/icons/SVG/cone.svg [new file with mode: 0644]
src/PrimitivesPlugin/icons/SVG/torus.svg [new file with mode: 0644]
src/PrimitivesPlugin/icons/cone.png [new file with mode: 0644]
src/PrimitivesPlugin/icons/torus.png [new file with mode: 0644]
src/PrimitivesPlugin/plugin-Primitives.xml
src/PrimitivesPlugin/torus_widget.xml [new file with mode: 0644]
src/PythonAPI/model/primitives/__init__.py