]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Remove redirection to execute(). Replace it with Interface.execute() with validation.
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 3 Nov 2015 10:33:23 +0000 (13:33 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 3 Nov 2015 10:33:23 +0000 (13:33 +0300)
commiteb120247b5683e0a64ef34d109f6db0188eb5f98
tree45d0474f42e7ffc5fcadaf2549db300c59597f73
parentcc2a5c393262911987a4a036b60ff50178f32655
Remove redirection to execute(). Replace it with Interface.execute() with validation.
24 files changed:
src/PythonAPI/extension/box.py
src/PythonAPI/model/construction/axis.py
src/PythonAPI/model/construction/plane.py
src/PythonAPI/model/construction/point.py
src/PythonAPI/model/exchange/exchange.py
src/PythonAPI/model/features/boolean.py
src/PythonAPI/model/features/extrusion.py
src/PythonAPI/model/features/extrusion_boolean.py
src/PythonAPI/model/features/extrusion_sketch.py
src/PythonAPI/model/features/group.py
src/PythonAPI/model/features/partition.py
src/PythonAPI/model/features/placement.py
src/PythonAPI/model/features/revolution.py
src/PythonAPI/model/features/revolution_boolean.py
src/PythonAPI/model/features/revolution_sketch.py
src/PythonAPI/model/features/rotation.py
src/PythonAPI/model/features/translation.py
src/PythonAPI/model/parameter/parameter.py
src/PythonAPI/model/partset/part.py
src/PythonAPI/model/roots.py
src/PythonAPI/model/sketcher/arc.py
src/PythonAPI/model/sketcher/line.py
src/PythonAPI/model/sketcher/point.py
src/PythonAPI/model/sketcher/sketch.py