mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 17:31:26 +05:00
Fix for bug IPAL11705 ( problems with "import SMESH_GroupLyingOnGeom" ).
This commit is contained in:
parent
d52ac0791d
commit
9890a58bd3
@ -15,9 +15,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…
x
Reference in New Issue
Block a user