mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 04:10:33 +05:00
Movement of examples to CVS EXAMPLES SAMPLES_SRC.
This commit is contained in:
parent
f43a1eb221
commit
2387bfa403
@ -21,8 +21,8 @@ smeshgui.Init(salome.myStudyId)
|
||||
#before running this script, please be sure about
|
||||
#the path the file fileName
|
||||
|
||||
filePath = os.environ["SMESH_ROOT_DIR"]
|
||||
filePath = filePath + "/share/salome/resources/"
|
||||
filePath = os.environ["DATA_DIR"]
|
||||
filePath = filePath + "/Shapes/Brep/"
|
||||
|
||||
filename = "flight_solid.brep"
|
||||
filename = filePath + filename
|
||||
|
Loading…
Reference in New Issue
Block a user