Skip to content

Commit c74f31c

Browse files
author
MichalO
committed
fixed example path
1 parent 24fe09e commit c74f31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/ScriptGenerator/WSScripGenerator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from RFEM.Tools.GetObjectNumbersByType import GetAllObjects
1010

1111
# Define name of the model from which the data should be exported
12-
model_name = '000874_99_Hochhaus.rf6'
13-
folderPath = 'c:/Users/MichalO/Desktop/RFEM_modely/script_generator/000874_99_Hochhaus/'
12+
model_name = 'test.rf6'
13+
folderPath = ''
1414

1515
# Connect to model
1616
model = Model(False, model_name)

0 commit comments

Comments
 (0)