Salome HOME
Issue #1648: Dump Python in the High Level Parameterized Geometry API. Debug of unit...
[modules/shaper.git] / src / PythonAPI / model / services / __init__.py
1 """Package for services for the Parametric Geometry API of the Modeler.
2 """
3
4 from ModelHighAPI import moduleDocument, activeDocument
5 from ModelHighAPI import defaultPlane, standardPlane
6 from ModelHighAPI import begin, end
7 from ModelHighAPI import apply as do
8 from ModelHighAPI import undo, redo
9 from ModelHighAPI import reset
10 from ModelHighAPI import ModelHighAPI_Selection as selection
11 from ModelHighAPI import checkPythonDump as checkPythonDump