mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-16 04:11:26 +05:00
Fix for bug IPAL11705 ( problems with "import SMESH_GroupLyingOnGeom" ).
This commit is contained in:
parent
c762085c06
commit
0038098f1c
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user