Skip to content

Commit 29b67ef

Browse files
authored
Update README.md
update
1 parent 7231735 commit 29b67ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Examples/ScriptGenerator/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# How to use the script generators
2-
Both the WSScriptSenerator and XMLScriptGenerator examples are intended for users who want to obtain a copy of the RFEM model in the form of an executable script. It reads all data stored in the model and creates scripts, reducing development time to a minimum. The examples use 2 sources. Either XML generated from RFEM or Web Services. Prerequisite is to set the correct model name.
2+
Both the WSScriptSenerator and XMLScriptGenerator examples are intended for users who want to obtain a copy of the RFEM model in the form of an executable script. It reads all data stored in the model and creates scripts, reducing development time to a minimum. The examples use 2 sources. Either XML generated from RFEM or Web Services.
3+
4+
Prerequisite is to set the correct model name in WS(XML)ScripGenerator.py, line 12.
5+
6+
![image](https://github.com/Dlubal-Software/RFEM_Python_Client/assets/37547309/353d6a93-e89b-4cf6-a624-d80878574a94)
37

48
Running both examples will generate a complete script with the necessary components. The script also contains begin_modification, finish_modification and creating a model with a default name. Empty values or lists and null values are deleted.

0 commit comments

Comments
 (0)