]> SALOME platform Git repositories - samples/component.git/blob - src/TestFunctions/GEOM.py
Salome HOME
7de6f247b8a8bfb6d8282a04745d67eb96ee19ef
[samples/component.git] / src / TestFunctions / GEOM.py
1 from LifeCycleCORBA import *
2 orb = CORBA.ORB_init([''], CORBA.ORB_ID)
3 lcc = LifeCycleCORBA(orb)
4 import GEOM_Superv_idl
5 GEOMComponent = lcc.FindOrLoadComponent('FactoryServer','GEOM_Superv')
6
7 theFormats,thePatterns = GEOMComponent.ExportTranslators()
8 theFormats
9 thePatterns