Salome HOME
Initial integration
[modules/shaper_study.git] / test / test0.py
1 # test module loading. Throw this test away
2 import salome
3 salome.salome_init()
4
5 from SHAPERSTUDY_utils import getEngine
6 import SHAPERSTUDY_Field
7 import SHAPERSTUDY_IOperations
8 import SHAPERSTUDY_Object
9
10 gen = getEngine()
11 print(gen)
12
13 gen.GetAllDumpNames()
14 gen.GetDumpName('a')
15
16