Salome HOME
Adding the "Cylinder" primitive (the following).
authorClarisse Genrault <clarisse.genrault@cea.fr>
Fri, 13 Jan 2017 12:38:39 +0000 (13:38 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Fri, 13 Jan 2017 12:38:39 +0000 (13:38 +0100)
commit45ea4b0ea4a0d15133b47d8e2bc55c8a24ed402e
treedabeca9bd9832ec40c21003dd623bb22a8b249f7
parentfbb1d8a5ead180501e98acaf19acdda4880a2050
Adding the "Cylinder" primitive (the following).
19 files changed:
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.h
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
src/GeomAlgoAPI/Test/TestAPI_Cylinder.py [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI.i
src/PrimitivesAPI/PrimitivesAPI_Cylinder.cpp
src/PrimitivesAPI/PrimitivesAPI_Cylinder.h
src/PrimitivesAPI/Test/TestCylinder.py [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Cylinder.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Cylinder.h
src/PrimitivesPlugin/icons/SVG/cylinder.svg [new file with mode: 0644]
src/PrimitivesPlugin/icons/SVG/cylinder_32x32.svg [new file with mode: 0644]
src/PrimitivesPlugin/icons/SVG/cylinder_portion_32x32.svg [new file with mode: 0644]
src/PrimitivesPlugin/icons/cylinder_32x32.png
src/PrimitivesPlugin/icons/cylinder_portion_32x32.png
src/PythonAPI/model/primitives/__init__.py