]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of experimental approximated pipe creation feature done by Edouard... PipeApprox
authormpv <mpv@opencascade.com>
Mon, 29 Aug 2016 10:09:27 +0000 (13:09 +0300)
committermpv <mpv@opencascade.com>
Mon, 29 Aug 2016 10:09:27 +0000 (13:09 +0300)
commita06f792be11561a0a3378524d7a1f0cb7ef782bb
tree04a0829f7c9fffba21bbae43e3e30e08cde10064
parent7b9330ac3cb7b6ec017ca8068d786d14a6123110
Implementation of experimental approximated pipe creation feature done by Edouard Mei.
20 files changed:
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_ParameterLaw.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_ParameterLaw.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_PipeApprox.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_PipeApprox.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_PipeApproxLaw.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_PipeApproxLaw.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.h
src/FeaturesPlugin/parameterlaw_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/pipeapprox_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/pipeapproxlaw_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_ParameterLaw.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ParameterLaw.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_PipeApprox.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_PipeApprox.h [new file with mode: 0644]
src/Model/Model_Update.cpp