Comment out the example.

This commit is contained in:
mzn 2005-01-28 10:09:03 +00:00
parent 3036ecaa25
commit 33dc437dbf

View File

@ -17,9 +17,9 @@ def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
aGroup.Add(anIds) aGroup.Add(anIds)
#Example #Example
from SMESH_test1 import * ## from SMESH_test1 import *
smesh.Compute(mesh, box) ## smesh.Compute(mesh, box)
BuildGroupLyingOn(mesh, SMESH.FACE, "Group of faces lying on edge", edge ) ## BuildGroupLyingOn(mesh, SMESH.FACE, "Group of faces lying on edge", edge )
salome.sg.updateObjBrowser(1); ## salome.sg.updateObjBrowser(1);