mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Comment out the example.
This commit is contained in:
parent
3036ecaa25
commit
33dc437dbf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user