Salome HOME
Fix a bug - salome.py is not imported here and this causes run-time Python exception
[modules/smesh.git] / src / SMESH_SWIG / SMESH_GroupLyingOnGeom.py
index 660d3ad1b6a8413792482258848478083ce04a11..26097adb8ba00f58c01cd6ea08fd4ce90c699e4b 100644 (file)
@@ -1,9 +1,7 @@
-import SMESH
+from meshpy import *
 
 def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
-    aMeshGen = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
-
-    aFilterMgr = aMeshGen.CreateFilterManager()
+    aFilterMgr = smesh.CreateFilterManager()
     aFilter = aFilterMgr.CreateFilter()
    
     aLyingOnGeom = aFilterMgr.CreateLyingOnGeom()