Salome HOME
Comment out the example.
[modules/smesh.git] / src / SMESH_SWIG / SMESH_GroupLyingOnGeom.py
index 0df585ed81f50b06bba1149dee21b2f824d37a68..660d3ad1b6a8413792482258848478083ce04a11 100644 (file)
@@ -17,9 +17,9 @@ def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
     aGroup.Add(anIds)
 
 #Example
-from SMESH_test1 import *
+## from SMESH_test1 import *
 
-smesh.Compute(mesh, box)
-BuildGroupLyingOn(mesh, SMESH.FACE, "Group of faces lying on edge", edge )
+## smesh.Compute(mesh, box)
+## BuildGroupLyingOn(mesh, SMESH.FACE, "Group of faces lying on edge", edge )
 
-salome.sg.updateObjBrowser(1);
+## salome.sg.updateObjBrowser(1);