Fix bug 11705: meshpy is imported instead of smesh.

This commit is contained in:
jfa 2006-02-26 10:01:00 +00:00
parent 805f776def
commit 6f9aca5baf

View File

@ -1,4 +1,4 @@
from meshpy import *
from smesh import *
def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
aFilterMgr = smesh.CreateFilterManager()