Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/visu.git] / src / VISU_SWIG / batchmode_visu.py
1 #  VISU VISU_SWIG : binding of C++ implementation and Python
2 #
3 #  Copyright (C) 2003  CEA/DEN, EDF R&D
4 #
5 #
6 #
7 #  File   : batchmode_visu.py
8 #  Module : VISU
9
10 from batchmode_salome import *
11 import visu
12
13 myVisu = visu.Initialize(orb,naming_service,lcc,myStudyManager,myStudy,10)
14 if myVisu is None:
15     raise RuntimeError, "myVisu is none, VISU component is not loaded  or found"