mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
general crack dialog, error in hexa detection
This commit is contained in:
parent
8eda0c3c6d
commit
635cfb4d85
@ -52,7 +52,7 @@ def peauInterne(fichierMaillage, shapeDefaut, nomZones):
|
|||||||
for i in keys:
|
for i in keys:
|
||||||
#print " %s : %d" % ( i, info[i] )
|
#print " %s : %d" % ( i, info[i] )
|
||||||
nbelem+=info[i]
|
nbelem+=info[i]
|
||||||
if i == "Entity_Hexa":
|
if "Entity_Hexa" in str(i):
|
||||||
nbhexa+=info[i]
|
nbhexa+=info[i]
|
||||||
if (nbelem == 0) or (nbhexa < nbelem) :
|
if (nbelem == 0) or (nbhexa < nbelem) :
|
||||||
texte = "La zone a remailler est incorrecte.<br>"
|
texte = "La zone a remailler est incorrecte.<br>"
|
||||||
|
Loading…
Reference in New Issue
Block a user