mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 04:30:34 +05:00
Fix bug 11705: meshpy is imported instead of smesh.
This commit is contained in:
parent
805f776def
commit
6f9aca5baf
@ -1,4 +1,4 @@
|
|||||||
from meshpy import *
|
from smesh import *
|
||||||
|
|
||||||
def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
|
def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
|
||||||
aFilterMgr = smesh.CreateFilterManager()
|
aFilterMgr = smesh.CreateFilterManager()
|
||||||
|
Loading…
Reference in New Issue
Block a user