mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Fix incorrect doc example
This commit is contained in:
parent
a3bc9d737b
commit
68d4198983
@ -164,8 +164,8 @@ mesh.RemoveElements(anIds)
|
||||
aBorders = mesh.GetFreeBorders()
|
||||
|
||||
# create groups
|
||||
aGroupF = mesh.CreateGroup(SMESH.FACE, "Faces with free edges")
|
||||
aGroupN = mesh.CreateGroup(SMESH.NODE, "Nodes on free edges")
|
||||
aGroupF = mesh.CreateEmptyGroup(smesh.FACE, "Faces with free edges")
|
||||
aGroupN = mesh.CreateEmptyGroup(smesh.NODE, "Nodes on free edges")
|
||||
|
||||
# fill groups with elements, corresponding to the criterion
|
||||
print ""
|
||||
|
Loading…
Reference in New Issue
Block a user