mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
corrcted script: Bug PAL6769 file SMESH_test.py doesn't work
This commit is contained in:
parent
2a9bba38ee
commit
212f14870c
@ -142,11 +142,11 @@ print ret
|
|||||||
ret = mesh.AddHypothesis(box,hypo4)
|
ret = mesh.AddHypothesis(box,hypo4)
|
||||||
print ret
|
print ret
|
||||||
|
|
||||||
print "-------------------------- compute"
|
print "-------------------------- compute face"
|
||||||
|
|
||||||
ret = gen.Compute(mesh,idf)
|
ret = gen.Compute(mesh,idf)
|
||||||
print ret
|
print ret
|
||||||
log = mesh.GetLog(1);
|
log = mesh.GetLog(0) # 0 - GetLog without ClearLog after, else if 1 - ClearLog after
|
||||||
for a in log:
|
for a in log:
|
||||||
print "-------"
|
print "-------"
|
||||||
ii = 0
|
ii = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user