die TEFBOGEN sind korrigiert.

This commit is contained in:
2025-09-23 10:26:59 +02:00
parent ea678d7a23
commit 62e46562fc
89 changed files with 2930 additions and 2038 deletions
+8 -3
View File
@@ -5,8 +5,13 @@ set PROPS_PATH=C:\Program Files\RuleDesigner\RDConfigurator Fusion\WebApi\Editor
set JSON_PATH_TEFBOGEN=%TEFBogen_PATH%JSON
python 1_process_TEFBogen_json_1.py
python 2_update_props_TEF_Boegen_from_json_1.py
python 01_props_step1_process_TEFBogen_json.py
python 01_props_step2_update_props_TEF_Boegen_from_json.py
:: Check if Python script succeeded
if %ERRORLEVEL% equ 0 (
echo update dimensions and connection points in props completed successfully
) else (
echo update dimensions and connection points in props failed with error %ERRORLEVEL%
)
pause