mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 08:00: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 salome
|
||||||
import geompy
|
import geompy
|
||||||
import smesh
|
import smeshpy
|
||||||
|
|
||||||
import SMESH
|
import SMESH
|
||||||
import StdMeshers
|
import StdMeshers
|
||||||
@ -59,7 +59,7 @@ ide = geompy.addToStudyInFather(face, edge, name)
|
|||||||
|
|
||||||
# ---- launch SMESH, init a Mesh with the box
|
# ---- launch SMESH, init a Mesh with the box
|
||||||
|
|
||||||
gen = smesh.smesh()
|
gen = smeshpy.smeshpy()
|
||||||
mesh = gen.CreateMesh(idb)
|
mesh = gen.CreateMesh(idb)
|
||||||
|
|
||||||
print "-------------------------- create Hypothesis"
|
print "-------------------------- create Hypothesis"
|
||||||
|
Loading…
Reference in New Issue
Block a user