mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 17:10:34 +05:00
Rool-back bad changes to the script
This commit is contained in:
parent
c67bfdf8eb
commit
b8d6cdc9c9
@ -26,7 +26,7 @@
|
||||
|
||||
import salome
|
||||
import geompy
|
||||
import smesh
|
||||
import smeshpy
|
||||
|
||||
import SMESH
|
||||
import StdMeshers
|
||||
@ -59,7 +59,7 @@ ide = geompy.addToStudyInFather(face, edge, name)
|
||||
|
||||
# ---- launch SMESH, init a Mesh with the box
|
||||
|
||||
gen = smesh.smesh()
|
||||
gen = smeshpy.smeshpy()
|
||||
mesh = gen.CreateMesh(idb)
|
||||
|
||||
print "-------------------------- create Hypothesis"
|
||||
|
Loading…
Reference in New Issue
Block a user