Salome HOME
Add the primitive 3D "Box".
authorClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 21 Jun 2016 13:23:48 +0000 (15:23 +0200)
committerdbv <dbv@opencascade.com>
Thu, 7 Jul 2016 09:39:37 +0000 (12:39 +0300)
commit114b72cd99a3a4be9e851be1c4b271b554808897
tree7fd6f74defe3c8602f235b3f2f81a2590b93341d
parent12ff6c6ac96338a0bf0edadba22a6ca79bce5947
Add the primitive 3D "Box".
21 files changed:
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI.i
src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Box.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BoxPoints.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BoxPoints.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_swig.h
src/PrimitivesPlugin/CMakeLists.txt [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin.h [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Box.cpp [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Box.h [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Plugin.cpp [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Plugin.h [new file with mode: 0644]
src/PrimitivesPlugin/Test/APIDirectTestBox.py [new file with mode: 0644]
src/PrimitivesPlugin/Test/UnitTestBox.py [new file with mode: 0644]
src/PrimitivesPlugin/box_widget.xml [new file with mode: 0644]
src/PrimitivesPlugin/icons/box.png [new file with mode: 0644]
src/PrimitivesPlugin/icons/box_2pt_32x32.png [new file with mode: 0644]
src/PrimitivesPlugin/icons/box_dxyz_32x32.png [new file with mode: 0644]
src/PrimitivesPlugin/icons/point.png [new file with mode: 0755]
src/PrimitivesPlugin/plugin-Primitives.xml [new file with mode: 0644]