mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +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)
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user