From: mzn Date: Fri, 28 Jan 2005 10:09:03 +0000 (+0000) Subject: Comment out the example. X-Git-Tag: V2_2_0b2~15 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=33dc437dbf4c91b2704a673cc0946213e58a8b52;hp=3036ecaa2577a1fb892f75e20ba11e91cbe42b37;ds=sidebyside Comment out the example. --- diff --git a/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py b/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py index 0df585ed8..660d3ad1b 100644 --- a/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py +++ b/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py @@ -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);