Fix for bug IPAL11705 ( problems with "import SMESH_GroupLyingOnGeom" ).

This commit is contained in:
mzn 2006-03-02 12:45:45 +00:00
parent c762085c06
commit 0038098f1c

View File

@ -15,9 +15,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);