Salome HOME
480f8e7e59ae6d86f337d8ae2fc366d5e7da707f
[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
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