We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fe09e commit c74f31cCopy full SHA for c74f31c
Examples/ScriptGenerator/WSScripGenerator.py
@@ -9,8 +9,8 @@
9
from RFEM.Tools.GetObjectNumbersByType import GetAllObjects
10
11
# 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/'
+model_name = 'test.rf6'
+folderPath = ''
14
15
# Connect to model
16
model = Model(False, model_name)
0 commit comments