]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Add a new primitive to create a tube with radii and height.
authorcg246364 <clarisse.genrault@cea.fr>
Wed, 21 Jul 2021 09:39:12 +0000 (11:39 +0200)
committercg246364 <clarisse.genrault@cea.fr>
Wed, 21 Jul 2021 09:39:12 +0000 (11:39 +0200)
commit868c6fd2baddaddc9e5d9a75c22491c561c01137
treedddec8bfa36afd0f67b54b1cb8b53a0d1d358519
parent5d3e20edc9f6f2a1fcef0fe2580afb91d380428f
Add a new primitive to create a tube with radii and height.
39 files changed:
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Sphere.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Tube.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Tube.h [new file with mode: 0644]
src/PrimitivesAPI/CMakeLists.txt
src/PrimitivesAPI/PrimitivesAPI.i
src/PrimitivesAPI/PrimitivesAPI_Torus.h
src/PrimitivesAPI/PrimitivesAPI_Tube.cpp [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_Tube.h [new file with mode: 0644]
src/PrimitivesAPI/PrimitivesAPI_swig.h
src/PrimitivesPlugin/CMakeLists.txt
src/PrimitivesPlugin/PrimitivesPlugin_Plugin.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Sphere.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Sphere.h
src/PrimitivesPlugin/PrimitivesPlugin_Tube.cpp [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_Tube.h [new file with mode: 0644]
src/PrimitivesPlugin/PrimitivesPlugin_msg_fr.ts
src/PrimitivesPlugin/box_widget.xml
src/PrimitivesPlugin/doc/PrimitivesPlugin.rst
src/PrimitivesPlugin/doc/TUI_tubeFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/doc/examples/tube.py [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Sphere.png [deleted file]
src/PrimitivesPlugin/doc/images/Sphere_button.png
src/PrimitivesPlugin/doc/images/Sphere_res.png [deleted file]
src/PrimitivesPlugin/doc/images/Tube.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Tube_button.png [new file with mode: 0755]
src/PrimitivesPlugin/doc/images/Tube_res.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/sphere_32x32.png
src/PrimitivesPlugin/doc/images/sphere_part_32x32.png
src/PrimitivesPlugin/doc/tubeFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/icons/sphere.png [changed mode: 0644->0755]
src/PrimitivesPlugin/icons/sphere_32x32.png [changed mode: 0644->0755]
src/PrimitivesPlugin/icons/sphere_part_32x32.png [changed mode: 0644->0755]
src/PrimitivesPlugin/icons/tube.png [new file with mode: 0755]
src/PrimitivesPlugin/plugin-Primitives.xml
src/PrimitivesPlugin/tube_widget.xml [new file with mode: 0644]
src/PythonAPI/model/primitives/__init__.py
test.API/SHAPER/Primitives/TestTube.py [new file with mode: 0644]
test.API/SHAPER/tests.set