]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Add the primitive 3D "Box".
authorClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 21 Jun 2016 13:23:48 +0000 (15:23 +0200)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 21 Jun 2016 13:23:48 +0000 (15:23 +0200)
commit666e512a9a6da1f6efcad8df5f750fa735197108
tree38d06be6449287da938ac6e6e200ad57caefaab1
parentfdd4a99771e7871df76e14d636bdb0b924e22ba5
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]