]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
=> Adding Box primitive
authorClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 19 Apr 2016 08:46:36 +0000 (10:46 +0200)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 19 Apr 2016 08:46:36 +0000 (10:46 +0200)
commit1abc133f615fb5fd016aaf689dfec9b26b9f3150
treeb6a2886f4c4cefb44702e89529fae070756dd1a8
parente22aa9625f7f95e564f698fac361976928dd87a0
=> Adding Box primitive
=> Implementing the "geompy" API direct
=> Adding in the API direct :
   * error handling
   * preparation for naming
32 files changed:
CMakeLists.txt
src/Config/plugins.xml.in
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_DirectAPI.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_DirectAPI.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Exception.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Exception.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.cpp
src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h
src/GeomAlgoAPI/GeomAlgoAPI_swig.h
src/PartSet/PartSet_icons.qrc
src/PartSet/icons/box.png [new file with mode: 0644]
src/PartSet/icons/box_2pt_32x32.png [new file with mode: 0644]
src/PartSet/icons/box_dxyz_32x32.png [new file with mode: 0644]
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/Test/UseTestBox.py [new file with mode: 0644]
src/PrimitivesPlugin/box_widget.xml [new file with mode: 0644]
src/PrimitivesPlugin/plugin-Primitives.xml [new file with mode: 0644]
src/PythonAddons/macros/box/feature.py
src/PythonAddons/macros/box/widget.xml