]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Parametric API high level for the primitive "Box".
authorClarisse Genrault <clarisse.genrault@cea.fr>
Fri, 1 Jul 2016 10:06:58 +0000 (12:06 +0200)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Fri, 1 Jul 2016 10:06:58 +0000 (12:06 +0200)
commitf26b6b0cc3fe5b3e5f9bb715b40b21684b9f62d4
treecdf949724a7394f57cb3dc99f1dfc23b2c1ff48e
parentb9e3561104a74156727db79bfd41fa3cfe01a9f0
Parametric API high level for the primitive "Box".
18 files changed:
CMakeLists.txt
src/PrimitivesAPI/CMakeLists.txt [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI.h [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI.i [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Box.cpp [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Box.h [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_swig.h [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin.h
src/PrimitivesPlugin/PrimitivesPlugin_Box.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Box.h
src/PythonAPI/CMakeLists.txt
src/PythonAPI/Test/TestFeatures.py
src/PythonAPI/Test/TestPrimitivesBox.py [new file with mode: 0644]
src/PythonAPI/examples/MakeBrick3.py
src/PythonAPI/extension/__init__.py
src/PythonAPI/extension/box.py
src/PythonAPI/model/__init__.py
src/PythonAPI/model/primitives/__init__.py [new file with mode: 0644]