mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
import salome missing on some scripts
This commit is contained in:
parent
8726d7811f
commit
a63ab6b7e1
@ -20,6 +20,7 @@
|
|||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
import salome
|
||||||
import smesh
|
import smesh
|
||||||
import math
|
import math
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
# ! as some sequences of symbols from this example are used during
|
# ! as some sequences of symbols from this example are used during
|
||||||
# ! documentation generation to identify certain places of this file
|
# ! documentation generation to identify certain places of this file
|
||||||
#
|
#
|
||||||
|
import salome
|
||||||
import geompy
|
import geompy
|
||||||
import smesh
|
import smesh
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
import salome
|
||||||
import smesh
|
import smesh
|
||||||
|
|
||||||
smesh.SetCurrentStudy(salome.myStudy)
|
smesh.SetCurrentStudy(salome.myStudy)
|
||||||
|
Loading…
Reference in New Issue
Block a user