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)
committerdbv <dbv@opencascade.com>
Thu, 7 Jul 2016 09:39:43 +0000 (12:39 +0300)
commit0b6a6217d4203167a8044456aed1866335d0c334
treec6e80a65f73b1814dc719f795a39f5e2ac86aedc
parent41ddf2ba45f4145149f375f21d1a219c636b1227
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]