mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Fix a bug - salome.py is not imported here and this causes run-time Python exception
This commit is contained in:
parent
992b382297
commit
b85751e356
@ -1,9 +1,7 @@
|
|||||||
import SMESH
|
from meshpy import *
|
||||||
|
|
||||||
def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
|
def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
|
||||||
aMeshGen = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
|
aFilterMgr = smesh.CreateFilterManager()
|
||||||
|
|
||||||
aFilterMgr = aMeshGen.CreateFilterManager()
|
|
||||||
aFilter = aFilterMgr.CreateFilter()
|
aFilter = aFilterMgr.CreateFilter()
|
||||||
|
|
||||||
aLyingOnGeom = aFilterMgr.CreateLyingOnGeom()
|
aLyingOnGeom = aFilterMgr.CreateLyingOnGeom()
|
||||||
|
Loading…
Reference in New Issue
Block a user